log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug }; router id 81.92.145.129; protocol device { scan time 10; # Scan interfaces every 10 seconds } protocol direct { import filter { if (net.len = 32) then reject; else accept; }; } protocol static { import all; route 0.0.0.0/0 via 81.92.148.242; } protocol kernel { # learn; # Learn all alien routes from the kernel persist; # Don't remove routes on bird shutdown scan time 20; # Scan kernel routing table every 20 seconds # import none; # Default is import all # export all; # Default is export none } protocol ospf ospf1 { # export all; export filter { if (source = RTS_STATIC) then accept; else reject; }; area 0 { stub no; interface "ath4" { cost 1000; hello 1; retransmit 1; wait 7; dead 5; type pointopoint; }; interface "tfm" { cost 150; hello 1; retransmit 1; wait 7; dead 5; type pointopoint; }; }; }