Bug #11039
closedroute-map not working if Address Family is enabled.
0%
Description
enabling Address Family (Allow neighbor to advertise and receive routes for both IPv4 and IPv6) under BGP Neighbors will not make route-map to work
when I enable Address Family option
I get:
address-family ipv4 unicast
neighbor 172.17.99.10 activate
address-family ipv6 unicast
neighbor 172.17.99.10 activate
no neighbor 172.17.99.10 send-community
neighbor 172.17.99.10 route-map test in
exit-address-family
not applied:
Network Next Hop Metric LocPrf Weight Path
*> 50.50.50.0/24 172.17.99.10 0 0 63000 i
----------------------------------------------------------------------------
when I disable it , I get:
address-family ipv4 unicast
neighbor 172.17.99.10 activate
no neighbor 172.17.99.10 send-community
neighbor 172.17.99.10 route-map test in
exit-address-family
applied:
Network Next Hop Metric LocPrf Weight Path
*> 50.50.50.0/24 172.17.99.10 50 0 63000 i
route map is:
- Route Maps
route-map test permit 1
match ip address prefix-list allow all
set metric 50
2.4.5-RELEASE-p1 , FRR 0.6.7_6
Updated by Jim Pingle about 4 years ago
- Project changed from pfSense to pfSense Packages
- Category changed from Routing to FRR
Updated by Viktor Gurov about 4 years ago
no such issue on 2.5 branch (frr 0.6.8_8),
fixed in #10789