mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 18:47:14 +00:00
Merge pull request #10512 from FRRouting/mergify/bp/dev/8.2/pr-10510
bgpd: Flush temporary attributes after route-map apply (backport #10510)
This commit is contained in:
commit
f49dcb5783
@ -2200,10 +2200,11 @@ bool subgroup_announce_check(struct bgp_dest *dest, struct bgp_path_info *pi,
|
|||||||
if (ret == RMAP_DENYMATCH) {
|
if (ret == RMAP_DENYMATCH) {
|
||||||
if (bgp_debug_update(NULL, p, subgrp->update_group, 0))
|
if (bgp_debug_update(NULL, p, subgrp->update_group, 0))
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"%s [Update:SEND] %pFX is filtered by route-map",
|
"%s [Update:SEND] %pFX is filtered by route-map '%s'",
|
||||||
peer->host, p);
|
peer->host, p,
|
||||||
|
ROUTE_MAP_OUT_NAME(filter));
|
||||||
|
|
||||||
bgp_attr_flush(attr);
|
bgp_attr_flush(&dummy_attr);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user