diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-02-07 23:29:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 23:29:33 +0300 |
| commit | 16cdf5ddbc5c92f0dc43d9243a60a7258c67e68d (patch) | |
| tree | 566c01776c94e94000d64eb463962763be99e3cf /lib/filter_nb.c | |
| parent | 88f739c16bf82cbfe3d8d15c29f88c948c3b53cb (diff) | |
| parent | b6d2bb07d86e3e2799643e9ef828943378ab8429 (diff) | |
Merge pull request #10518 from donaldsharp/af_unspec
Af unspec
Diffstat (limited to 'lib/filter_nb.c')
| -rw-r--r-- | lib/filter_nb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filter_nb.c b/lib/filter_nb.c index 80ea7a57cb..35b97a9bde 100644 --- a/lib/filter_nb.c +++ b/lib/filter_nb.c @@ -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); |
