patch-2.4.17 linux/net/ipv4/Config.in
Next file: linux/net/ipv4/Makefile
Previous file: linux/net/decnet/dn_table.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/ipv4/Config.in
- Orig date:
Wed May 2 03:59:24 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/ipv4/Config.in linux/net/ipv4/Config.in
@@ -4,8 +4,6 @@
bool ' IP: multicasting' CONFIG_IP_MULTICAST
bool ' IP: advanced router' CONFIG_IP_ADVANCED_ROUTER
if [ "$CONFIG_IP_ADVANCED_ROUTER" = "y" ]; then
- define_bool CONFIG_RTNETLINK y
- define_bool CONFIG_NETLINK y
bool ' IP: policy routing' CONFIG_IP_MULTIPLE_TABLES
if [ "$CONFIG_IP_MULTIPLE_TABLES" = "y" ]; then
if [ "$CONFIG_NETFILTER" = "y" ]; then
@@ -39,9 +37,7 @@
fi
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- if [ "$CONFIG_RTNETLINK" = "y" ]; then
- bool ' IP: ARP daemon support (EXPERIMENTAL)' CONFIG_ARPD
- fi
+ bool ' IP: ARP daemon support (EXPERIMENTAL)' CONFIG_ARPD
fi
bool ' IP: TCP Explicit Congestion Notification support' CONFIG_INET_ECN
bool ' IP: TCP syncookie support (disabled per default)' CONFIG_SYN_COOKIES
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)