diff --git a/[refs] b/[refs] index 49060e5bbd99..b511e1034388 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38fc0026da255aa328c3730a1c4d28b4e11e6a2b +refs/heads/master: c3faca053d0a9c877597935b434150b422dbc6fb diff --git a/trunk/net/ipv6/addrconf.c b/trunk/net/ipv6/addrconf.c index bdcee6981c60..918648409612 100644 --- a/trunk/net/ipv6/addrconf.c +++ b/trunk/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)