state: synchronize is_explicit from state records to parsed interface collections

This commit is contained in:
Ariadne Conill 2020-10-21 08:30:35 -06:00
parent 69999cd357
commit 0464118429

View file

@ -182,6 +182,7 @@ lif_state_sync(struct lif_dict *state, struct lif_dict *if_collection)
struct lif_interface *iface = lif_interface_collection_find(if_collection, rec->mapped_if);
iface->refcount = rec->refcount;
iface->is_explicit = rec->is_explicit;
}
return true;