patch-2.1.8 linux/net/sysctl_net.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Nov 3 11:04:43 1996
- Orig file:
v2.1.7/linux/net/sysctl_net.c
- Orig date:
Mon Jun 3 12:42:42 1996
diff -u --recursive --new-file v2.1.7/linux/net/sysctl_net.c linux/net/sysctl_net.c
@@ -46,6 +46,10 @@
extern ctl_table bridge_table[];
#endif
+#ifdef CONFIG_IPV6
+extern ctl_table ipv6_table[];
+#endif
+
ctl_table net_table[] = {
{NET_CORE, "core", NULL, 0, 0555, core_table},
{NET_UNIX, "unix", NULL, 0, 0555, unix_table},
@@ -70,6 +74,9 @@
#endif
#ifdef CONFIG_BRIDGE
{NET_BRIDGE, "bridge", NULL, 0, 0555, bridge_table},
+#endif
+#ifdef CONFIG_IPV6
+ {NET_IPV6, "ipv6", NULL, 0, 0555, ipv6_table},
#endif
{0}
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov