Hi, I didn’t specified the instance id in my config and I use v2 for IPv4. It’s working for me. Here is my config: protocol ospf ospf_ipv4 { ipv4 { import all; import keep filtered; import limit 200 action block; import filter { if (net ~ [ 0.0.0.0/0 ]) then { reject; } else { accept; } }; export filter { if (proto = "kernel_ipv4" || proto = "direct1") then { accept; } else reject; }; }; area 0.0.0.0 { interface "tinc0" { bfd; }; }; }; protocol ospf v3 ospf_ipv6 { ipv6 { import all; import keep filtered; import limit 200 action block; import filter { accept; }; export filter { if (proto = "kernel_ipv6" || proto = "direct1") then { accept; } else reject; }; }; area 0.0.0.0 { interface "tinc0" { bfd; }; }; }; bird> show ospf topology all ospf_ipv4 area 0.0.0.0 router 45.91.126.96 distance 10 network 45.91.126.232/29 metric 10 router 45.91.126.233 distance 10 network 45.91.126.232/29 metric 10 router 45.91.126.236 distance 10 network 45.91.126.232/29 metric 10 router 45.91.126.237 distance 10 network 45.91.126.232/29 metric 65535 router 45.91.126.254 distance 0 network 45.91.126.232/29 metric 10 router 89.234.186.27 distance 10 network 45.91.126.232/29 metric 10 network 45.91.126.232/29 dr 89.234.186.27 distance 10 router 89.234.186.27 router 45.91.126.236 router 45.91.126.96 router 45.91.126.233 router 45.91.126.254 router 45.91.126.237 bird> show ospf state ospf_ipv4 area 0.0.0.0 router 45.91.126.96 distance 10 network 45.91.126.232/29 metric 10 xnetwork 45.91.126.96/31 metric 10 xrouter 45.91.126.254 metric 10 external 10.0.4.2/31 metric 10 external 45.91.126.0/28 metric 10 external 45.91.126.32/28 metric 10 external 45.91.126.96/31 metric 10 external 45.91.126.232/29 metric 10 external 192.168.0.0/16 metric 10 via 45.91.126.97 router 45.91.126.233 distance 10 network 45.91.126.232/29 metric 10 external 0.0.0.0/0 metric2 10000 external 45.91.126.232/29 metric2 10000 external 45.91.126.248/32 metric2 10000 external 100.67.0.16/30 metric2 10000 external 185.125.170.254/32 metric2 10000 external 185.181.60.0/24 metric2 10000 router 45.91.126.236 distance 10 network 45.91.126.232/29 metric 10 stubnet 0.0.0.0/0 metric 10 external 0.0.0.0/0 metric2 64 tag 4faa50fa external 10.185.77.0/29 metric2 64 tag 4faa50fa external 45.91.126.232/29 metric2 64 tag 4faa50fa external 79.170.80.128/25 metric2 64 tag 4faa50fa external 100.68.0.4/30 metric2 64 tag 4faa50fa router 45.91.126.237 distance 10 network 45.91.126.232/29 metric 65535 router 45.91.126.254 distance 0 network 45.91.126.232/29 metric 10 xnetwork 10.0.4.0/31 metric 10 xnetwork 45.91.126.96/31 metric 10 xrouter 10.0.4.0 metric 10 xrouter 45.91.126.96 metric 10 --More-- -- Alarig