mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +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)))
|
if (!(event->mask & (IN_CREATE | IN_DELETE)))
|
||||||
continue;
|
continue;
|
||||||
if (event->mask & (IN_DELETE))
|
if (event->mask & IN_DELETE)
|
||||||
return zebra_ns_delete(event->name);
|
return zebra_ns_delete(event->name);
|
||||||
netnspath = ns_netns_pathname(NULL, event->name);
|
netnspath = ns_netns_pathname(NULL, event->name);
|
||||||
if (!netnspath)
|
if (!netnspath)
|
||||||
|
Loading…
Reference in New Issue
Block a user