state: synchronize is_explicit from state records to parsed interface collections
This commit is contained in:
parent
69999cd357
commit
0464118429
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
struct lif_interface *iface = lif_interface_collection_find(if_collection, rec->mapped_if);
|
||||||
|
|
||||||
iface->refcount = rec->refcount;
|
iface->refcount = rec->refcount;
|
||||||
|
iface->is_explicit = rec->is_explicit;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue