Hi Ondrej, On 27/05/2013 10:11, Ondrej Zajicek wrote:
It seems that OSPF routes are exported to the kernel (although it would be a good idea to verify that by 'ip route list' from shell), but they
Yes, all the OSPF routes do appear in 'ip route list'.
It seems that some routes could be detected during scan (the ones that was defined as static routes in BIRD). But you tried routes with 'drop' target, perhaps you should try to define static routes with the same 'via' like ones from OSPF. Dees the problem manifest with them?
Static routes with the same 'via' as one of the problematic OSPF routes seem to cause a Netlink error when Bird starts up, but it doesn't repeat every 20 seconds like the OSPF routes. The static routes appear in 'ip route list' and in 'show route'. Config and log here: http://pastebin.com/LW7e73vR
What is your kernel version?
Linux wugpi 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux
What is your output of 'show interfaces' and 'ip addr list'?
bird> show interfaces lo up (index=1) MultiAccess AdminUp LinkUp Loopback Ignored MTU=16436 172.18.1.1/32 (Primary, scope site) 127.0.0.1/8 (Unselected, scope host) eth0 up (index=2) MultiAccess Broadcast Multicast AdminUp LinkUp MTU=1500 172.18.102.8/28 (Primary, scope site) # ip addr list 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet 172.18.1.1/32 scope global lo:0 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether b8:27:eb:66:8b:89 brd ff:ff:ff:ff:ff:ff inet 172.18.102.8/28 brd 172.18.102.15 scope global eth0 inet6 fe80::ba27:ebff:fe66:8b89/64 scope link valid_lft forever preferred_lft forever Thanks, Aragon