reading direct route
    Mattia Milani 
    mattia.milani at studenti.unitn.it
       
    Mon May 14 22:58:52 CEST 2018
    
    
  
Hello all, i'm having a little problem, (Probabily is somthing so stupid)
but i can't find the solution.
I have this conf file:
log "logTwo.log" all;
router id 10.0.2.15;
protocol kernel {
  metric 0;
  ipv4{
      import all;
      export all;
  };
}
protocol device {
}
protocol direct {
  interface "lo";
}
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.
i run the conf file with no error.
Then i add a route in the lo interface, for example with this command:
ip a add 192.168.4.0/24 dev lo
and if i check the address with the commadn "ip addr" i can see it in the
lo interface.
but if i run the command:
birdc show route all
I cannot see the new route address that i just addedd in the "lo" interface
How can i do that?
Thanks to everyone that could help me, it will be so apreciated.
Mattia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20180514/380f0059/attachment.html>
    
    
More information about the Bird-users
mailing list