<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hello all, i'm having a little problem, (Probabily is somthing so stupid) but i can't find the solution.<br><br></div>I have this conf file:<br><br>log "logTwo.log" all;<br>router id 10.0.2.15;<br><br>protocol kernel {<br>  metric 0;<br>  ipv4{<br>      import all;<br>      export all;<br>  }; <br>}<br><br>protocol device {<br>}<br><br>protocol direct {<br>  interface "lo";<br>}<br><br><br></div>The pourpose of the deamon that i need is simple, read the route address that i put in the "lo" interface and put it with the route of the deamon.<br><br></div>i run the conf file with no error.<br></div>Then i add a route in the lo interface, for example with this command:<br><br>ip a add <a href="http://192.168.4.0/24">192.168.4.0/24</a> dev lo<br><br></div>and if i check the address with the commadn "ip addr" i can see it in the lo interface.<br><br></div>but if i run the command:<br><br></div>birdc show route all <br><br></div>I cannot see the new route address that i just addedd in the "lo" interface<br><br></div>How can i do that?<br><br></div>Thanks to everyone that could help me, it will be so apreciated.<br><br></div>Mattia<br></div>