BUG?

Damjan gdamjan at mail.net.mk
Mon Sep 29 21:18:26 CEST 2003


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



More information about the Bird-users mailing list