diff options
author | Cosmin Ratiu <cratiu@ixiacom.com> | 2009-10-08 23:11:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-13 06:44:02 -0400 |
commit | c3faca053d0a9c877597935b434150b422dbc6fb (patch) | |
tree | b80f8410493f8d0438729e2eeccaf6e330edea10 /net/ipv6/addrconf.c | |
parent | 38fc0026da255aa328c3730a1c4d28b4e11e6a2b (diff) |
ipv6: fix devconf after adding force_tllao option
Signed-off-by: Cosmin Ratiu <cratiu@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index bdcee6981c60..918648409612 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -3708,6 +3708,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, | |||
3708 | #endif | 3708 | #endif |
3709 | array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6; | 3709 | array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6; |
3710 | array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; | 3710 | array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; |
3711 | array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao; | ||
3711 | } | 3712 | } |
3712 | 3713 | ||
3713 | static inline size_t inet6_if_nlmsg_size(void) | 3714 | static inline size_t inet6_if_nlmsg_size(void) |