]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix "delete in progress" flag on default instance
authorLoïc Sang <loic.sang@6wind.com>
Tue, 18 Mar 2025 16:39:03 +0000 (17:39 +0100)
committerLoïc Sang <loic.sang@6wind.com>
Tue, 18 Mar 2025 16:42:34 +0000 (17:42 +0100)
commit8dc9eacb837c4dfb3c100a856932513343c31549
tree15dda8159358ab9ce379ff7f070c0f122e1fdf25
parentc288e5fbaf73bafb9aa15ade13969fc321e321db
bgpd:  fix "delete in progress" flag on default instance

Since 4d0e7a4 ("bgpd: VRF-Lite fix default BGP delete"), upon deletion
of the default instance, it is marked as hidden and the "deletion
in progress" flag is set. When the instance is restored, some routes
are not installed due to the presence of this flag.

Fixes: 4d0e7a4 ("bgpd: VRF-Lite fix default bgp delete")
Signed-off-by: Loïc Sang <loic.sang@6wind.com>
bgpd/bgpd.c