Actions
Bug #11693
closedIPv6 static routing fails
Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
03/17/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
ipv6 static routing rules do not work, when I setup 240e::/20 via wan dhcpv6 interface, but
it still via frr bgp other upstream. and I had try
setup static routing in frr still not work.
pf2.4.5 version normal work, I am using pf 2.6
not work for this.
Updated by Viktor Gurov over 2 years ago
- Assignee set to Viktor Gurov
correct syntax is ipv6 route fc00:aaaa:bbbb::/64 fe80::290:bff:fe7c:5bb vtnet1
, not ipv6 route fc00:aaaa:bbbb::/64 fe80::290:bff:fe7c:5bb%vtnet1
:
https://gitlab.netgate.com/pfSense/FreeBSD-ports/-/merge_requests/218
Updated by Jim Pingle over 2 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov over 2 years ago
- Status changed from Pull Request Review to Feedback
Updated by Azamat Khakimyanov over 2 years ago
- Status changed from Feedback to Resolved
Tested on 22.05
When I setup FRR static route 240d::/20 via DHCPv6 interface I got correct static route in frr.conf:
ipv6 route 240d::/20 fe80::5054:ff:fe75:6849 vtnet0
I marked this Bug as resolved.
Actions