bird/proto/ospf
Martin Mares 9da4d14340 A couple of OSPF fixes:
o  ((flags & IF_CHANGE_UP) == IF_CHANGE_UP)   ->   (flags & IF_CHANGE_UP)
o  bcopy  ->  memcpy   (bcopy is unportable)
o  Ifdeffed out add_tail(&(ifa->sk_list),NODE mcsk) -- the node in socket
   structure is for internal use by the resource manager only. (Now, the
   debugging dump of open sockets looks sane :-)).
1999-04-14 11:09:55 +00:00
..
config.Y Removed redeclaration of `idval', so that it compiles :) 1999-04-14 10:49:31 +00:00
Makefile Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. 1999-03-09 22:27:43 +00:00
ospf.c A couple of OSPF fixes: 1999-04-14 11:09:55 +00:00
ospf.h Added wait timer for eligible BCAST & NBMA interface. 1999-04-13 21:46:20 +00:00