Hi
Just checked VyOS 1.5.1 and looks like that static routes are not redistributed to OSPFv3.
System was upgraded from 1.4.4.
I'm happy to debug/support.
vyos@r0-sto.e-utp.net:~$ show ipv6 ospfv3 redistribute
Redistributing External Routes from:
5: connected 0: static
Total 5 routes
C 2001:67c:21ec::1/128 0.0.0.12 type-2 0 :: (ifindex 1)
C 2001:67c:21ec:42b0::/64 0.0.0.13 type-2 0 :: (ifindex 7)
C 2001:67c:21ec:9999::8/128 0.0.0.14 type-2 0 :: (ifindex 1)
C 2a0f:5707:ba00::1/128 0.0.0.15 type-2 0 :: (ifindex 1)
C 2a0f:5707:ba0e:100:14ab:ba50:9291:6963/128 0.0.0.16 type-2 0 :: (ifindex 2)
vyos@r0-sto.e-utp.net:~$ show configuration commands | grep ospf | grep redi
set protocols ospfv3 redistribute connected
set protocols ospfv3 redistribute static
vyos@r0-sto.e-utp.net:~$ show configuration commands | grep static
set protocols ospfv3 redistribute static
set protocols static route6 2a0f:5707:ba0e:100::/64 interface eth0
set protocols static route6 2001:67c:21ec:4500::/64 interface tun60
Am I doing something wrong? Was working on 1.4.4. Just upgraded.
Thanks,