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
Updated by Viktor Gurov almost 3 years ago
- Assignee set to Viktor Gurov
- Affected Version deleted (
2.6.0)
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
Updated by beermount beermount almost 3 years ago
Verified frr now produces the expected configuration.
Updated by Viktor Gurov almost 3 years ago
- Status changed from Feedback to Resolved
Actions