bird/proto
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
..
ospf A couple of OSPF fixes: 1999-04-14 11:09:55 +00:00
rip Removed TOS support. This simplifies many things a lot. 1999-04-12 18:01:07 +00:00
static Removed TOS support. This simplifies many things a lot. 1999-04-12 18:01:07 +00:00