]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/openvswitch/Kconfig
openvswitch: Add support for Geneve tunneling.
[mirror_ubuntu-bionic-kernel.git] / net / openvswitch / Kconfig
index 6ecf491ad5098db632b294cf20ea5156870f0095..ba3bb8203b999bce68dba7e5d158465e1cab9e02 100644 (file)
@@ -54,3 +54,14 @@ config OPENVSWITCH_VXLAN
          Say N to exclude this support and reduce the binary size.
 
          If unsure, say Y.
+
+config OPENVSWITCH_GENEVE
+       bool "Open vSwitch Geneve tunneling support"
+       depends on INET
+       depends on OPENVSWITCH
+       depends on GENEVE && !(OPENVSWITCH=y && GENEVE=m)
+       default y
+       ---help---
+         If you say Y here, then the Open vSwitch will be able create geneve vport.
+
+         Say N to exclude this support and reduce the binary size.