diff options
author | Cosmin Ratiu <cratiu@ixiacom.com> | 2009-10-09 03:11:14 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-13 10:44:02 (GMT) |
commit | c3faca053d0a9c877597935b434150b422dbc6fb (patch) | |
tree | b80f8410493f8d0438729e2eeccaf6e330edea10 /net | |
parent | 38fc0026da255aa328c3730a1c4d28b4e11e6a2b (diff) | |
download | linux-c3faca053d0a9c877597935b434150b422dbc6fb.tar.xz |
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')
-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 bdcee69..9186484 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, #endif array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6; array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; + array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao; } static inline size_t inet6_if_nlmsg_size(void) |