Go to file
Martin Mares 5996da6a1d Implemented garbage collection of routing tables to delete orphaned network
nodes having no routes attached. Such cleanup must be done from event handler
since most functions manipulating the routing tables expect network entries
won't disappear from under their hands and it's also probably faster when
done asynchronously.
1999-02-13 21:29:01 +00:00
conf config->router_id works again. 1999-02-13 18:42:00 +00:00
doc Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
filter Few fixes in parsing of filters 1999-02-03 12:28:16 +00:00
lib Real implementation of protocol state machines. Delayed startup/shutdown 1999-02-11 22:59:06 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Implemented garbage collection of routing tables to delete orphaned network 1999-02-13 21:29:01 +00:00
proto Static protocol doesn't need any shutdown function. Everything gets 1999-02-13 21:00:25 +00:00
sysdep When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE 1999-02-13 20:46:03 +00:00
tools Filter all `Modules' files through C preprocessor, so that they can 1999-01-23 21:08:36 +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 Filter all `Modules' files through C preprocessor, so that they can 1999-01-23 21:08:36 +00:00
Makefile Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
TODO Squashed one bug in timing of route scans. 1999-02-13 19:57:19 +00:00