net: Move fou_build_header into fou.c and refactor
[deliverable/linux.git] / net / ipv4 / Kconfig
index e682b48e070993e4221a4400a8c86c3fa0c02684..bd290160484263ba1507b8ae5b05580430fa9e56 100644 (file)
@@ -322,6 +322,15 @@ config NET_FOU
          network mechanisms and optimizations for UDP (such as ECMP
          and RSS) can be leveraged to provide better service.
 
+config NET_FOU_IP_TUNNELS
+       bool "IP: FOU encapsulation of IP tunnels"
+       depends on NET_IPIP || NET_IPGRE || IPV6_SIT
+       select NET_FOU
+       ---help---
+         Allow configuration of FOU or GUE encapsulation for IP tunnels.
+         When this option is enabled IP tunnels can be configured to use
+         FOU or GUE encapsulation.
+
 config GENEVE
        tristate "Generic Network Virtualization Encapsulation (Geneve)"
        depends on INET
This page took 0.032375 seconds and 5 git commands to generate.