Go to file
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
conf I just don't like files enclosed in <>. 1999-03-02 13:15:35 +00:00
doc Synced example config with new options. 1999-02-13 22:02:21 +00:00
filter Few fixes in parsing of filters 1999-02-03 12:28:16 +00:00
lib Added SK_MAGIC type sockets for internal use by system dependent code, 1999-03-01 22:30:33 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Interface logic changes: 1999-03-02 17:28:06 +00:00
proto Don't try to install static routes to disconnected neighbors. 1999-03-02 17:20:07 +00:00
sysdep Interface logic changes: 1999-03-02 17:28:06 +00:00
tools Latest changes broke out-of-tree compilation. 1999-03-02 16:39:41 +00:00
.cvsignore Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
aclocal.m4 First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
bird.conf filters_init() renamed to filters_postconfig(). 1999-01-15 18:13:55 +00:00
configure.in If we are compiling with debugging enabled and libefence is available, 1999-03-01 22:42:47 +00:00
Makefile Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
TODO Implemented netlink protocol parsing functions. More to come tomorrow. 1999-03-01 22:31:27 +00:00