I've got this in my bird.log, after this bird has crashed... Bird is 1.0.7. And this is my OSPF config: protocol ospf ONNET_BB { export none; import filter { if ospf_metric2 = 65535 then { reject; } accept; }; area 0.0.0.0 { interface "eth0" { hello 15; cost 11; priority 7; dead count 4; retransmit 7; }; }; } I think this all happened because off one Cisco router that can't become ospf neighbour with bird, although it neighbours with other Cisco's just fine. 29-09-2003 20:00:26 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:26 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:27 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:27 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:36 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:36 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:42 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:42 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:42 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:42 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:46 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:46 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:51 <BUG> Router parent does not have next hop. -- Damjan Georgievski
On Mon, 29 Sep 2003, Damjan wrote:
I've got this in my bird.log, after this bird has crashed... Bird is 1.0.7. And this is my OSPF config:
protocol ospf ONNET_BB { export none; import filter { if ospf_metric2 = 65535 then { reject; } accept; }; area 0.0.0.0 { interface "eth0" { hello 15; cost 11; priority 7; dead count 4; retransmit 7; }; }; }
I think this all happened because off one Cisco router that can't become ospf neighbour with bird, although it neighbours with other Cisco's just fine.
29-09-2003 20:00:26 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:26 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:27 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:27 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:36 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:36 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:42 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:42 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:42 <DBG> ONNET_BB: Bad OSPF packet received: size field does not match 29-09-2003 20:00:42 <DBG> ONNET_BB: Discarding 29-09-2003 20:00:46 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:46 <ERR> KIF: Invalid broadcast address 10.255.255.255 for eth1 29-09-2003 20:00:51 <BUG> Router parent does not have next hop.
This could be a bug in bird. Could you send me 'ip route list' and 'ip addr list' and (maybe) tcpdump of hello packets from the cisco? Ondrej Filip
participants (2)
-
Damjan -
Ondrej Feela Filip