]> git.puffer.fish Git - mirror/frr.git/commit
zebra: handle multiple events for netns deletion event 3598/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 18 Dec 2018 17:00:31 +0000 (18:00 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 11 Jan 2019 07:54:20 +0000 (08:54 +0100)
commit462d98abfd2a566db33525388056046ceb054b1d
treec88669adb3f37f162531aced663bb43c5f04e6f9
parent532ff7f21e1c08c0382808cb5443fa6be4a545fe
zebra: handle multiple events for netns deletion event

When handling events from /var/run/netns folder, if several netns are
removed at the same time, only the first one is deleted in the frr. Fix
this behaviour by applying continue in the loop.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zebra_netns_notify.c