Actions
Bug #12820
closedGlobal Route Handling should use ipv6 route
Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All
Description
When adding static routes in Global Settings -> Route Handling. IPv6 routes are added with "ip route" I believe this should use "ipv6 route"
Result:
ip route 192.0.2.0/24 lo0
ip route 2001:DB8::/32 gif1
Expected result:
ip route 192.0.2.0/24 lo0
ipv6 route 2001:DB8::/32 gif1
Reported in this thread: https://forum.netgate.com/topic/169507/frr-bgp-not-distributing-ipv6/11
Actions