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

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

diff -u --recursive --new-file v1.3.97/linux/net/ipv4/Config.in linux/net/ipv4/Config.in
@@ -15,15 +15,17 @@
     bool 'IP: masquerading (ALPHA)' CONFIG_IP_MASQUERADE
   fi
   if [ "$CONFIG_IP_MULTICAST" = "y" ]; then
-    bool 'IP: multicast routing(in progress)' CONFIG_IP_MROUTE
+    bool 'IP: multicast routing (EXPERIMENTAL)' CONFIG_IP_MROUTE
   fi
 fi
 if [ "$CONFIG_NET_ALIAS" = "y" ]; then
 	tristate 'IP: aliasing support' CONFIG_IP_ALIAS
 fi
-#if [ "$CONFIG_KERNELD" = "y" ]; then
-#	bool 'IP: ARP daemon support (experimental)' CONFIG_ARPD
-#fi
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  if [ "$CONFIG_KERNELD" = "y" ]; then
+    bool 'IP: ARP daemon support (EXPERIMENTAL)' CONFIG_ARPD
+  fi
+fi
 comment '(it is safe to leave these untouched)'
 bool 'IP: PC/TCP compatibility mode' CONFIG_INET_PCTCP
 tristate 'IP: Reverse ARP' CONFIG_INET_RARP

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this