routes via RIP.Ubuntu 10.04 with bird from ppa:cz.nic-labs/bird . passive.protocol kernel {
persist;
scan time 20;
export all;
}
protocol device {
scan time 10;
}
protocol rip {
export none;
import all;
interface "eth0" {
passive yes;
};
debug all;
}If I start bird, I get
bird: /etc/bird.conf, line 15: syntax error