mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
lib: Use AF_UNSPEC intead of setting to 0
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
abb1bf8d32
commit
f0a5b4cb19
@ -1135,7 +1135,7 @@ static int lib_access_list_entry_any_destroy(struct nb_cb_destroy_args *args)
|
||||
|
||||
f = nb_running_get_entry(args->dnode, NULL, true);
|
||||
fz = &f->u.zfilter;
|
||||
fz->prefix.family = 0;
|
||||
fz->prefix.family = AF_UNSPEC;
|
||||
|
||||
acl_notify_route_map(f->acl, RMAP_EVENT_FILTER_DELETED);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user