bird/nest
Martin Mares 7f3d198df1 Each protocol now hears even its own routes and needs to make its own
loop detection. This is needed since both RIP and OSPF handle multiple
neighbors and they need to redistribute routes learned from each neighbor
to the remaining ones.
1998-10-17 11:24:13 +00:00
..
bird.h Changed #include <x/y> to #include "x/y" for our local includes, so that 1998-04-28 14:39:34 +00:00
confile.h Added configuration pool. 1998-06-03 08:36:34 +00:00
iface.c Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
iface.h Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
Makefile Skeleton of device route protocol. As it's tightly coupled with our kernel, 1998-06-03 08:42:16 +00:00
proto.c Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
protocol.h Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
route.h Solve chicken-and-egg problems with protocol startup. We now queue all inactive 1998-10-17 11:05:18 +00:00
rt-attr.c Do not segfault on iface == NULL. 1998-07-28 21:42:08 +00:00
rt-dev.c We have full interface routes now. 1998-06-04 20:28:43 +00:00
rt-fib.c Debug messages. 1998-05-26 21:43:45 +00:00
rt-table.c Each protocol now hears even its own routes and needs to make its own 1998-10-17 11:24:13 +00:00