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
