bird/nest
Martin Mares bcbd8cc3be Interface logic changes:
o  Introduced IF_LINK_UP flag corresponding to real link state.
o  Allowed addressless interfaces.
o  IF_UP is now automatically calculated and set iff the interface
   is administratively up, has link up and has an IP address assigned.
   It may be IF_IGNORED, though (as in case of the loopback).
o  Any changes which include up/down transition are considered small
   enough to not provoke artificial upping and downing of the interface.
o  When an interface disappears (i.e., it wasn't seen in the last scan),
   we announce this change only once.
o  IF_LOOPBACK implies IF_IGNORE.
1999-03-02 17:28:06 +00:00
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
iface.c Interface logic changes: 1999-03-02 17:28:06 +00:00
iface.h Interface logic changes: 1999-03-02 17:28:06 +00:00
Makefile New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
proto.c When protocols go down, prune the neighbor list. 1999-02-13 20:55:08 +00:00
protocol.h Renamed struct rtattr to struct rta to make things more consistent and 1999-03-01 20:13:54 +00:00
route.h Renamed struct rtattr to struct rta to make things more consistent and 1999-03-01 20:13:54 +00:00
rt-attr.c struct proto again contains instance name (a copy of proto->cf->name). 1999-02-11 22:45:54 +00:00
rt-dev.c Parameter order for the proto->if_notify hook was different in the include 1999-02-13 21:58:53 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Oops, previous modification for passing NULL to fib_init() did not 1998-12-22 19:20:43 +00:00
rt-table.c Implemented garbage collection of routing tables to delete orphaned network 1999-02-13 21:29:01 +00:00