FRR IPv6 Prefix Lists in Route Maps
-
When matching an IPv6-only prefix list on a route-map the following configuration entry is added in the route-map:
match ip address prefix-list NAME
This will make the match not work, it needs to be
ipv6
rather thenip
.It feels like the IPv6 implementation of the panel hasn't been tested much.
Probably in the same field as this issue here, which I also encountered: https://forum.netgate.com/topic/129137/frr-bgp-ipv6-prefix-list-with-any-keyword
-
It's a different issue than your other thread. I'll reply over there shortly after this. Route-maps in general don't have a lot of testing done since they are so complicated. It's neigh impossible to attempt to test all combinations of things there. IPv6 doesn't see as much testing because there aren't many people actively using it compared to IPv4.
Open a bug report at https://redmine.pfsense.org/projects/pfsense-packages with the specific settings you have for the prefix-list and route-map, at least enough information to reproduce the issue. I'll have a look at it next time I'm working on FRR.