bird/nest
Martin Mares 7d83290780 Generate router_id automatically if possible (standard "smallest of local
regular interface addresses" rule).

Protocols should NOT rely on router_id existence -- when router ID is not
available, the router_id variable is set to zero and protocols requiring
valid router ID should just refuse to start, reporting such error to the log.
1998-10-19 18:13:36 +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 Generate router_id automatically if possible (standard "smallest of local 1998-10-19 18:13:36 +00:00
iface.h Generate router_id automatically if possible (standard "smallest of local 1998-10-19 18:13:36 +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 Proto struct now contain (down | starting | up) state. 1998-10-19 17:45:29 +00:00
protocol.h Proto struct now contain (down | starting | up) state. 1998-10-19 17:45:29 +00:00
route.h o FIB flags now available for FIB users. 1998-10-18 22:24:41 +00:00
rt-attr.c Do not segfault on iface == NULL. 1998-07-28 21:42:08 +00:00
rt-dev.c Fixed generation of device routes for unnumbered point-to-point links. 1998-10-19 17:46:45 +00:00
rt-fib.c o FIB flags now available for FIB users. 1998-10-18 22:24:41 +00:00
rt-table.c o FIB flags now available for FIB users. 1998-10-18 22:24:41 +00:00