]> git.puffer.fish Git - mirror/frr.git/commit
zebra: free nl batch buffer on termination 18309/head
authorChristopher Dziomba <christopher.dziomba@telekom.de>
Mon, 28 Apr 2025 18:29:11 +0000 (20:29 +0200)
committerChristopher Dziomba <christopher.dziomba@telekom.de>
Mon, 28 Apr 2025 18:29:11 +0000 (20:29 +0200)
commit6288875e426ce854dc1d74e1844c065ac67d92ce
tree65a7c0a0258b9444cf21f64e7d42ea55ac9cd91f
parentfd975adfa1c6e04b1aaf3ef784de35524b427013
zebra: free nl batch buffer on termination

The nl batch buffer was destroyed too early when a netns was
terminated. Now freeing the buffer later in router_terminate allows
netlink messages to be still processed.

Signed-off-by: Christopher Dziomba <christopher.dziomba@telekom.de>
zebra/kernel_netlink.c