forked from Mirror/frr
Merge pull request #18625 from donaldsharp/bgp_table_init_reverse
bgpd: On shutdown free up table for static routes
This commit is contained in:
commit
f28394313f
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue