patch-2.1.79 linux/net/ipv6/sysctl_net_ipv6.c
Next file: linux/net/ipv6/tcp_ipv6.c
Previous file: linux/net/ipv6/sit.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Mon Jan 12 15:28:28 1998
- Orig file:
v2.1.78/linux/net/ipv6/sysctl_net_ipv6.c
- Orig date:
Mon Apr 14 16:28:28 1997
diff -u --recursive --new-file v2.1.78/linux/net/ipv6/sysctl_net_ipv6.c linux/net/ipv6/sysctl_net_ipv6.c
@@ -18,12 +18,6 @@
1, /* accept RAs */
1, /* accept redirects */
- 3, /* nd_max_mcast_solicit */
- 3, /* nd_max_ucast_solicit */
- RETRANS_TIMER, /* nd_retrans_time */
- RECHABLE_TIME, /* nd_base_reach_time */
- (5 * HZ), /* nd_delay_probe_time */
-
1, /* autoconfiguration */
1, /* dad transmits */
MAX_RTR_SOLICITATIONS, /* router solicits */
@@ -72,26 +66,6 @@
{NET_IPV6_ACCEPT_REDIRECTS, "accept_redirects",
&ipv6_config.accept_redirects, sizeof(int), 0644, NULL,
- &proc_dointvec},
-
- {NET_IPV6_ND_MAX_MCAST_SOLICIT, "nd_max_mcast_solicit",
- &ipv6_config.nd_max_mcast_solicit, sizeof(int), 0644, NULL,
- &proc_dointvec},
-
- {NET_IPV6_ND_MAX_UCAST_SOLICIT, "nd_max_ucast_solicit",
- &ipv6_config.nd_max_ucast_solicit, sizeof(int), 0644, NULL,
- &proc_dointvec},
-
- {NET_IPV6_ND_RETRANS_TIME, "nd_retrans_time",
- &ipv6_config.nd_retrans_time, sizeof(int), 0644, NULL,
- &proc_dointvec},
-
- {NET_IPV6_ND_REACHABLE_TIME, "nd_base_reachble_time",
- &ipv6_config.nd_base_reachable_time, sizeof(int), 0644, NULL,
- &proc_dointvec},
-
- {NET_IPV6_ND_DELAY_PROBE_TIME, "nd_delay_first_probe_time",
- &ipv6_config.nd_delay_probe_time, sizeof(int), 0644, NULL,
&proc_dointvec},
{NET_IPV6_AUTOCONF, "autoconf",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov