diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2007-01-30 14:30:10 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-01-30 14:30:10 -0800 |
commit | fa03ef38e1516c1f35f6a189100186dded0f8f8c (patch) | |
tree | 2c3902f70ef7cbaaa9fb08d4bb69c7c97026d3aa /net/ipv6 | |
parent | adcb4711101dfef89d473f64a913089d303962ae (diff) | |
download | linux-3.10-fa03ef38e1516c1f35f6a189100186dded0f8f8c.tar.gz linux-3.10-fa03ef38e1516c1f35f6a189100186dded0f8f8c.tar.bz2 linux-3.10-fa03ef38e1516c1f35f6a189100186dded0f8f8c.zip |
[IPV6]: Fix up some CONFIG typos
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/addrconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 2a7e4618f52..e3854696988 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -3393,7 +3393,7 @@ static void inline ipv6_store_devconf(struct ipv6_devconf *cnf, #ifdef CONFIG_IPV6_ROUTER_PREF array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref; array[DEVCONF_RTR_PROBE_INTERVAL] = cnf->rtr_probe_interval; -#ifdef CONFIV_IPV6_ROUTE_INFO +#ifdef CONFIG_IPV6_ROUTE_INFO array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen; #endif #endif @@ -3898,7 +3898,7 @@ static struct addrconf_sysctl_table .proc_handler = &proc_dointvec_jiffies, .strategy = &sysctl_jiffies, }, -#ifdef CONFIV_IPV6_ROUTE_INFO +#ifdef CONFIG_IPV6_ROUTE_INFO { .ctl_name = NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN, .procname = "accept_ra_rt_info_max_plen", |