patch-2.1.73 linux/net/ipv4/Config.in

Next file: linux/net/ipv4/Makefile
Previous file: linux/net/core/iovec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.72/linux/net/ipv4/Config.in linux/net/ipv4/Config.in
@@ -36,6 +36,12 @@
 bool 'IP: masquerading' CONFIG_IP_MASQUERADE
 if [ "$CONFIG_IP_MASQUERADE" != "n" ]; then
   comment 'Protocol-specific masquerading support will be built as modules.'
+  bool 'IP: ICMP masquerading' CONFIG_IP_MASQUERADE_ICMP
+  comment 'Protocol-specific masquerading support will be built as modules.'
+  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+    tristate 'IP: ipautofw masq support (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_IPAUTOFW
+    tristate 'IP: ipportfw masq support (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_IPPORTFW
+  fi
 fi
 bool 'IP: optimize as router not host' CONFIG_IP_ROUTER
 tristate 'IP: tunneling' CONFIG_NET_IPIP

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov