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.