]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix nexthop node entry from nhg_list 14885/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 30 Nov 2023 12:57:57 +0000 (13:57 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 30 Nov 2023 13:25:08 +0000 (14:25 +0100)
commit0c34fa2cc6354633dfb64275d1e37c273f3b95d0
treeffdd52533ba735cd32cc80cbe22b2c744b74870d
parent2ff41dd690eab66d7ca12d28cecaab1d5f7b4dc9
lib: fix nexthop node entry from nhg_list

When stopping a VRF, the linked list entries must be
removed too.

Fixes: 98cbbaea91f6 ("lib: Handle if up/down and vrf enable/disable events")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/nexthop_group.c