249-udp-tunnel-selection.patch 510 B

1234567891011121314151617181920
  1. From 4487708144118bfd5e1b1da7003a486951fb9c5a Mon Sep 17 00:00:00 2001
  2. From: OpenWrt community <[email protected]>
  3. Date: Wed, 13 Jul 2022 13:31:51 +0200
  4. Subject: [PATCH] net/ipv4: add udp tunnel tristate string
  5. ---
  6. net/ipv4/Kconfig | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/net/ipv4/Kconfig
  9. +++ b/net/ipv4/Kconfig
  10. @@ -315,7 +315,7 @@ config NET_IPVTI
  11. on top.
  12. config NET_UDP_TUNNEL
  13. - tristate
  14. + tristate "IP: UDP tunneling support"
  15. select NET_IP_TUNNEL
  16. default n