Merge pull request #18625 from donaldsharp/bgp_table_init_reverse

bgpd: On shutdown free up table for static routes
This commit is contained in:
Donatas Abraitis 2025-04-10 00:56:06 +03:00 committed by GitHub
commit f28394313f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8005,6 +8005,8 @@ void bgp_static_delete(struct bgp *bgp)
rm = bgp_dest_unlock_node(rm);
assert(rm);
}
bgp_table_unlock(table);
} else {
bgp_static = bgp_dest_get_bgp_static_info(dest);
bgp_static_withdraw(bgp,