mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 10:48:03 +00:00
Merge pull request #1346 from donaldsharp/apply_routemap
bgpd: Note routemap information even if peer not activated.
This commit is contained in:
commit
47473bbbc7
@ -2913,10 +2913,6 @@ static void bgp_route_map_process_update(struct bgp *bgp, const char *rmap_name,
|
|||||||
|
|
||||||
for (afi = AFI_IP; afi < AFI_MAX; afi++)
|
for (afi = AFI_IP; afi < AFI_MAX; afi++)
|
||||||
for (safi = SAFI_UNICAST; safi < SAFI_MAX; safi++) {
|
for (safi = SAFI_UNICAST; safi < SAFI_MAX; safi++) {
|
||||||
/* Ignore inactive AFI/SAFI */
|
|
||||||
if (!peer->afc[afi][safi])
|
|
||||||
continue;
|
|
||||||
|
|
||||||
/* process in/out/import/export/default-orig
|
/* process in/out/import/export/default-orig
|
||||||
* route-maps */
|
* route-maps */
|
||||||
bgp_route_map_process_peer(rmap_name, map, peer,
|
bgp_route_map_process_peer(rmap_name, map, peer,
|
||||||
|
Loading…
Reference in New Issue
Block a user