]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: delay destruction of label pool
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 5 Dec 2018 16:54:57 +0000 (17:54 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 5 Dec 2018 17:24:12 +0000 (18:24 +0100)
commit0768f289e09e309ad6b5c0ac4c92dd71246eb3ed
treeaf63a8a8fe033a08934949b0e59df896663b80c3
parentad31e8d39872e373a014d78779b1cdd0ae283554
bgpd: delay destruction of label pool

label pool finalisation must be delayed after route deletion on bgp.
otherwise a crash will happen, while labels will be released.

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