net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS...
[platform/kernel/linux-starfive.git] / drivers / net / Kconfig
index 25a8f93..66e410e 100644 (file)
@@ -258,6 +258,19 @@ config GENEVE
          To compile this driver as a module, choose M here: the module
          will be called geneve.
 
+config BAREUDP
+       tristate "Bare UDP Encapsulation"
+       depends on INET
+       depends on IPV6 || !IPV6
+       select NET_UDP_TUNNEL
+       select GRO_CELLS
+       help
+          This adds a bare UDP tunnel module for tunnelling different
+          kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.
+
+          To compile this driver as a module, choose M here: the module
+          will be called bareudp.
+
 config GTP
        tristate "GPRS Tunneling Protocol datapath (GTP-U)"
        depends on INET