diff options
author | Paul Mackerras <paulus@samba.org> | 2007-12-21 06:21:08 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-21 06:21:08 -0500 |
commit | c2a7dcad9f0d92d7a96e735abb8bec7b9c621536 (patch) | |
tree | bf9b20fdd5ab07e5b0e4e0b95c6a3dbab1005cb9 /kernel/sysctl_check.c | |
parent | 373a6da165ac3012a74fd072da340eabca55d031 (diff) | |
parent | ea67db4cdbbf7f4e74150e71da0984e25121f500 (diff) |
Merge branch 'linux-2.6'
Diffstat (limited to 'kernel/sysctl_check.c')
-rw-r--r-- | kernel/sysctl_check.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index bed939f82c..a68425a5cc 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
@@ -428,7 +428,7 @@ static struct trans_ctl_table trans_net_netrom_table[] = { | |||
428 | {} | 428 | {} |
429 | }; | 429 | }; |
430 | 430 | ||
431 | static struct trans_ctl_table trans_net_ax25_table[] = { | 431 | static struct trans_ctl_table trans_net_ax25_param_table[] = { |
432 | { NET_AX25_IP_DEFAULT_MODE, "ip_default_mode" }, | 432 | { NET_AX25_IP_DEFAULT_MODE, "ip_default_mode" }, |
433 | { NET_AX25_DEFAULT_MODE, "ax25_default_mode" }, | 433 | { NET_AX25_DEFAULT_MODE, "ax25_default_mode" }, |
434 | { NET_AX25_BACKOFF_TYPE, "backoff_type" }, | 434 | { NET_AX25_BACKOFF_TYPE, "backoff_type" }, |
@@ -446,6 +446,11 @@ static struct trans_ctl_table trans_net_ax25_table[] = { | |||
446 | {} | 446 | {} |
447 | }; | 447 | }; |
448 | 448 | ||
449 | static struct trans_ctl_table trans_net_ax25_table[] = { | ||
450 | { 0, NULL, trans_net_ax25_param_table }, | ||
451 | {} | ||
452 | }; | ||
453 | |||
449 | static struct trans_ctl_table trans_net_bridge_table[] = { | 454 | static struct trans_ctl_table trans_net_bridge_table[] = { |
450 | { NET_BRIDGE_NF_CALL_ARPTABLES, "bridge-nf-call-arptables" }, | 455 | { NET_BRIDGE_NF_CALL_ARPTABLES, "bridge-nf-call-arptables" }, |
451 | { NET_BRIDGE_NF_CALL_IPTABLES, "bridge-nf-call-iptables" }, | 456 | { NET_BRIDGE_NF_CALL_IPTABLES, "bridge-nf-call-iptables" }, |