1d15a96b29
The kernel config option CONFIG_NET_UDP_TUNNEL is not visible and can not directly be activated. When kmod-udptunnel4 or kmod-udptunnel6 are build these packages could be empty when no other kernel module selects CONFIG_NET_UDP_TUNNEL. Reported-by: Baptiste Jonglez <baptiste@bitsofnetworks.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
196 B
Diff
11 lines
196 B
Diff
--- a/net/ipv4/Kconfig
|
|
+++ b/net/ipv4/Kconfig
|
|
@@ -308,7 +308,7 @@ config NET_IPVTI
|
|
on top.
|
|
|
|
config NET_UDP_TUNNEL
|
|
- tristate
|
|
+ tristate "IP: UDP tunnel"
|
|
select NET_IP_TUNNEL
|
|
default n
|
|
|