syntax error
Farhad
ahdfra at gmail.com
Mon Jul 27 12:14:58 CEST 2020
Dears,
I am new to bird. I am trying to follow the examples here:
https://bird.network.cz/?get_doc&v=16&f=bird-6.html#ss6.2
I get syntax errors for these lines: route 10.17.3.0/24 via 10.17.3.215
bfd;
table testable;
in the 'protocol static' section.
protocol bfd {
interface "eth1" {
min rx interval 20 ms;
min tx interval 50 ms;
idle tx interval 300 ms;
};
}
protocol static {
table testable;
export all;
import all;
check link;
route 10.17.3.0/24 via 10.17.3.215 bfd;
}
Regards,
Farhad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200727/e74bb3bf/attachment.htm>
More information about the Bird-users
mailing list