0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
The BIRD project aims to develop a fully functional dynamic IP routing daemon. https://bird.network.cz
Go to file
Martin Mares 2569bc4073 Fixed bug in FIB_ITERATE_END: it assumed the control variable is named
"z". I've added an argument specifying name of the variable.

Renamed "again" label in FIB_ITERATE_* to "fis_again" to avoid name
clashes.
1999-02-13 19:13:51 +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 Fixed bug in FIB_ITERATE_END: it assumed the control variable is named 1999-02-13 19:13:51 +00:00
proto Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
sysdep config->router_id works again. 1999-02-13 18:42:00 +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 config->router_id works again. 1999-02-13 18:42:00 +00:00