Hi
After migration from 1.3.8 to 1.4.3 the OSPFv3 configuration looks ok, but daemon is not able to send Hello messages.
Config:
GRE tunnel betwen IPv4 hosts which covers IPv6 inside, and OSPFv3 is expected run there, similar config on 1.3.8 works OK.
set interfaces tunnel tun2 address '[cenzor]'
set interfaces tunnel tun2 description '[cenzor]'
set interfaces tunnel tun2 enable-multicast
set interfaces tunnel tun2 encapsulation 'gre'
set interfaces tunnel tun2 mtu '1468'
set interfaces tunnel tun2 remote '[cenzor]'
set interfaces tunnel tun2 source-address '[cenzor]'
set policy route change-mss interface 'tun2'
set protocols ospfv3 interface tun2 area '0.0.0.0'
set protocols ospfv3 interface tun2 cost '10'
set protocols ospfv3 interface tun2 dead-interval '40'
set protocols ospfv3 interface tun2 hello-interval '10'
set protocols ospfv3 interface tun2 instance-id '0'
set protocols ospfv3 interface tun2 network 'point-to-point'
set protocols ospfv3 interface tun2 priority '1'
set protocols ospfv3 interface tun2 retransmit-interval '5'
set protocols ospfv3 interface tun2 transmit-delay '1'
set service lldp interface tun2
tun2: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1468
inet6 [cenzor] prefixlen 64 scopeid 0x0<global>
inet6 fe80::f405:63ff:fef9:9799 prefixlen 64 scopeid 0x20<link>
unspec 50-34-05-83-00-00-40-CD-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 146 bytes 11152 (10.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10 bytes 816 (816.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Sep 01 16:43:29 ospf6d[1266]: [QDEV2-4Y01P] sendmsg failed: source: fe80::f405:63ff:fef9:9799 Dest: ff02::5 ifindex: 9: Network is unreachable (101)
Sep 01 16:43:29 ospf6d[1266]: [YRWJS-7QHSG][EC 100663307] Could not send entire message
The source LinkLocal is correct, it's exactly the same exposed by ifconfig, is addtional information are needed, let me know.
Thanks,