Message ID | 20220920133201.3303119-3-andrew.zaborowski@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/6] net: Allow padding in net_domain_list_parse | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
diff --git a/ell/netconfig.c b/ell/netconfig.c index 7a9ee89..e5c7b51 100644 --- a/ell/netconfig.c +++ b/ell/netconfig.c @@ -750,6 +750,7 @@ static void netconfig_add_slaac_address(struct l_netconfig *nc, l_queue_push_tail(nc->addresses.current, nc->v6_address); l_queue_push_tail(nc->addresses.added, nc->v6_address); + nc->v6_configured = true; netconfig_emit_event(nc, AF_INET6, L_NETCONFIG_EVENT_CONFIGURE); /* TODO: set a renew timeout */