2 * sysctl_net.c: sysctl interface to net subsystem.
4 * Begun April 1, 1996, Mike Shaver.
5 * Added /proc/sys/net directories for each protocol family. [MS]
7 * $Log: sysctl_net.c,v $
8 * Revision 1.2 1996/05/08 20:24:40 shaver
9 * Added bits for NET_BRIDGE and the NET_IPV4_ARP stuff and
10 * NET_IPV4_IP_FORWARD.
15 #include <linux/config.h>
17 #include <linux/sysctl.h>
26 #include <linux/if_ether.h>
30 #include <linux/if_tr.h>
33 struct ctl_table net_table[] = {
42 .ctl_name = NET_ETHER,
43 .procname = "ethernet",
59 .procname = "token-ring",