Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3faca05 authored by Cosmin Ratiu's avatar Cosmin Ratiu Committed by David S. Miller
Browse files

ipv6: fix devconf after adding force_tllao option

parent 38fc0026
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3708,6 +3708,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
#endif
#endif
	array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
	array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
	array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
	array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
	array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao;
}
}


static inline size_t inet6_if_nlmsg_size(void)
static inline size_t inet6_if_nlmsg_size(void)