Skip to content

Commit

Permalink
feat: add geneve encapsulation support for openvswitch
Browse files Browse the repository at this point in the history
Allow geneve encapsulation for openvswitch

Signed-off-by: Sébastien Bernard <sbernard@nerim.net>
  • Loading branch information
Sébastien Bernard authored and talos-bot committed May 17, 2021
1 parent 9f7903c commit e8ed5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,7 @@ CONFIG_BATMAN_ADV_SYSFS=y
# CONFIG_BATMAN_ADV_TRACING is not set
CONFIG_OPENVSWITCH=y
CONFIG_OPENVSWITCH_VXLAN=y
CONFIG_OPENVSWITCH_GENEVE=y
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VSOCKETS_LOOPBACK=y
Expand Down Expand Up @@ -2204,7 +2205,7 @@ CONFIG_IPVLAN_L3S=y
CONFIG_IPVLAN=y
# CONFIG_IPVTAP is not set
CONFIG_VXLAN=y
# CONFIG_GENEVE is not set
CONFIG_GENEVE=y
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
Expand Down

0 comments on commit e8ed5bc

Please sign in to comment.