|
@@ -2455,7 +2455,7 @@ ok:
|
|
#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
|
|
#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
|
|
if (in6_dev->cnf.optimistic_dad &&
|
|
if (in6_dev->cnf.optimistic_dad &&
|
|
!net->ipv6.devconf_all->forwarding && sllao)
|
|
!net->ipv6.devconf_all->forwarding && sllao)
|
|
- addr_flags = IFA_F_OPTIMISTIC;
|
|
|
|
|
|
+ addr_flags |= IFA_F_OPTIMISTIC;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* Do not allow to create too much of autoconfigured
|
|
/* Do not allow to create too much of autoconfigured
|