]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Allow ns delete to happen after under/over flow checks
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 02:36:49 +0000 (21:36 -0500)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 18 Dec 2018 16:57:53 +0000 (17:57 +0100)
commit01b4cb3ed6181d7200f66e0187b1e5c5db6c0e5a
tree49f52a0590c576e6d4aea6e8f77bd3b14856c10a
parent8c7de11843fad704a70729358ab98cca8a3c8599
zebra: Allow ns delete to happen after under/over flow checks

Allow the ns deletion event to happen *after* the data validity
checks.

Please note this probably still leaves a weird hole if we receive
multiple namespace events ( as the for loop implies ).  We will
stop handling anything after a namespace deletion notification.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_netns_notify.c