# start as bird -c bird_rip.conf -s bird_na.socket -f log stderr all; debug protocols all; protocol kernel { scan time 15; learn; persist; ipv4 { import all; export all; }; } protocol device { scan time 10; } # TODO why doesn't this work? protocol rip { ipv4 { import all; export all; #export where source ~ [ RTS_DEVICE, RTS_STATIC, RTS_RIP ]; }; interface "eth*" { version 2; #mode broadcast; update time 10; timeout time 60; #split horizon on; }; }