]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/openvswitch/Kconfig
openvswitch: Add conntrack action
[mirror_ubuntu-bionic-kernel.git] / net / openvswitch / Kconfig
index 422dc0567de9d19ec4d46c0c38a9efd1be6caca2..98f343d0d6dd67e49971c35ca2b9cb030b9c8300 100644 (file)
@@ -31,6 +31,17 @@ config OPENVSWITCH
 
          If unsure, say N.
 
+config OPENVSWITCH_CONNTRACK
+       bool "Open vSwitch conntrack action support"
+       depends on OPENVSWITCH
+       depends on NF_CONNTRACK
+       default OPENVSWITCH
+       ---help---
+         If you say Y here, then Open vSwitch module will be able to pass
+         packets through conntrack.
+
+         Say N to exclude this support and reduce the binary size.
+
 config OPENVSWITCH_GRE
        tristate "Open vSwitch GRE tunneling support"
        depends on OPENVSWITCH