reload fails at static protocol
Farhad
ahdfra at gmail.com
Wed Aug 12 07:43:05 CEST 2020
Hello,
I am trying to change my bird config file and then reload it, but when I
try to do
*reload all* or *reload in all *
reload will fail at static1 and static2, but* reload out all* will be
successful.
I am not sure what I am missing, your help is much appreciated.
I have the below configs:
protocol kernel {
ipv4 {
table v116;
export all;
};
kernel table 116; }
protocol kernel {
ipv4 {
table v1120;
export all;
};
kernel table 1120; }
protocol bfd {
interface "eth1" {
min rx interval 20 ms;
min tx interval 50 ms;
idle tx interval 300 ms;
}; }
protocol static {
ipv4 { table v116; };
route 0.0.0.0/0 via 10.17.3.236 bfd;
}
protocol static {
ipv4 { table v1120; };
route 0.0.0.0/0 via 10.17.3.232 bfd;
}
Regards,
Farhad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200812/0e970f74/attachment.htm>
More information about the Bird-users
mailing list