<div dir="ltr">Hello.<div>I'm trying to reproduce a config which worked in bird1.6 (bird6)</div><div>I need to announce the IPv4 and IPv6 loopback addresses of lo:1 </div><div><br></div><div><br></div><div>protocol direct direct_lo {<br>        interface "lo";<br>        ipv4;<br>        ipv6;<br>}<br></div><div><br></div><div>protocol ospf v3 OSPFv3_backbone {<br>    debug all;<br>    ipv6 {<br>        export where proto = "direct_lo";<br>    };    </div><div>area 0 {<br>        networks {<br>            ...</div><div>        };<br>        interface "ens20" {<br>            ...<br>        };<br>    };<br>}<br><br></div><div>I don't know if it's normal but I have no prefixes in :</div><div><br></div><div>bird> show protocols all direct_lo<br>Name       Proto      Table      State  Since         Info<br>direct_lo  Direct     ---        up     16:16:59.087  <br>  Channel ipv4<br>    State:          UP<br>    Table:          master4<br>    Preference:     240<br>    Input filter:   ACCEPT<br>    Output filter:  REJECT<br>    Routes:         0 imported, 0 exported, 0 preferred<br>    Route change stats:     received   rejected   filtered    ignored   accepted<br>      Import updates:              0          0          0          0          0<br>      Import withdraws:            0          0        ---          0          0<br>      Export updates:              0          0          0        ---          0<br>      Export withdraws:            0        ---        ---        ---          0<br>  Channel ipv6<br>    State:          UP<br>    Table:          master6<br>    Preference:     240<br>    Input filter:   ACCEPT<br>    Output filter:  REJECT<br>    Routes:         0 imported, 0 exported, 0 preferred<br>    Route change stats:     received   rejected   filtered    ignored   accepted<br>      Import updates:              0          0          0          0          0<br>      Import withdraws:            0          0        ---          0          0<br>      Export updates:              0          0          0        ---          0<br>      Export withdraws:            0        ---        ---        ---          0<br><br></div><div><br></div><div><br></div><div>and no route exported to OSPF :</div><div>bird> show route export OSPFv3_backbone<br>bird></div><div><br></div><div><br></div><div>What am I doing wrong ?</div><div>Regards <br></div></div>