mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 08:21:42 +00:00
Update zebra_netns_notify.c
This commit is contained in:
parent
0c902ba575
commit
b00592cb79
@ -206,7 +206,7 @@ static int zebra_ns_notify_read(struct thread *t)
|
||||
|
||||
if (!(event->mask & (IN_CREATE | IN_DELETE)))
|
||||
continue;
|
||||
if (event->mask & (IN_DELETE))
|
||||
if (event->mask & IN_DELETE)
|
||||
return zebra_ns_delete(event->name);
|
||||
netnspath = ns_netns_pathname(NULL, event->name);
|
||||
if (!netnspath)
|
||||
|
Loading…
Reference in New Issue
Block a user