mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:15:19 +00:00
bgpd: remove route-map decrement call on prefix-list
Commit b4897fa5
introduced a call to decrement a route-map counter,
applied to a prefix-list in bgp_rfapi_cfg.c. This commit removes
that call.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
b7777b57c4
commit
f503d522ec
@ -1217,8 +1217,6 @@ DEFUN (vnc_nve_group_redist_bgpdirect_no_prefixlist,
|
||||
|
||||
if (rfg->plist_redist_name[ZEBRA_ROUTE_BGP_DIRECT][afi])
|
||||
free(rfg->plist_redist_name[ZEBRA_ROUTE_BGP_DIRECT][afi]);
|
||||
route_map_counter_decrement(
|
||||
rfg->plist_redist[ZEBRA_ROUTE_BGP_DIRECT][afi]);
|
||||
rfg->plist_redist_name[ZEBRA_ROUTE_BGP_DIRECT][afi] = NULL;
|
||||
rfg->plist_redist[ZEBRA_ROUTE_BGP_DIRECT][afi] = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user