patch-2.4.21 linux-2.4.21/net/ipv6/sysctl_net_ipv6.c
Next file: linux-2.4.21/net/ipv6/tcp_ipv6.c
Previous file: linux-2.4.21/net/ipv6/sit.c
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
2003-06-13 07:51:39.000000000 -0700
-  Orig file: 
linux-2.4.20/net/ipv6/sysctl_net_ipv6.c
-  Orig date: 
1998-03-01 14:40:42.000000000 -0800
diff -urN linux-2.4.20/net/ipv6/sysctl_net_ipv6.c linux-2.4.21/net/ipv6/sysctl_net_ipv6.c
@@ -1,5 +1,8 @@
 /*
  * sysctl_net_ipv6.c: sysctl interface to net IPV6 subsystem.
+ *
+ * Changes:
+ * YOSHIFUJI Hideaki @USAGI:	added icmp sysctl table.
  */
 
 #include <linux/mm.h>
@@ -12,11 +15,15 @@
 #include <net/addrconf.h>
 
 extern ctl_table ipv6_route_table[];
+extern ctl_table ipv6_icmp_table[];
 
 #ifdef CONFIG_SYSCTL
 
 ctl_table ipv6_table[] = {
 	{NET_IPV6_ROUTE, "route", NULL, 0, 0555, ipv6_route_table},
+	{NET_IPV6_ICMP, "icmp", NULL, 0, 0500, ipv6_icmp_table},
+	{NET_IPV6_BINDV6ONLY, "bindv6only",
+	 &sysctl_ipv6_bindv6only, sizeof(int), 0644, NULL, &proc_dointvec},
 	{0}
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)