Go to file
Martin Mares f545d38707 Added universal locking mechanism which will solve problems
with protocols wanting to use the same port on the same interface
during reconfiguration time.

How to use locks: In the if_notify hook, just order locks for the
interfaces you want to work with and do the real socket opening after the
lock hook function gets called. When you stop using the socket, close
it and rfree() the lock.

Please update your protocols to use the new locking mechanism.
1999-12-09 18:54:20 +00:00
client Added skeleton of the client. Does nothing, but at least compiles. 1999-10-29 09:44:44 +00:00
conf Added type `g' for void (general) pointer. 1999-12-06 13:50:50 +00:00
doc Put rip options into config file. 1999-12-08 12:51:15 +00:00
filter Disallow rta.net syntax. 1999-12-08 12:51:26 +00:00
lib Logging is now configurable. You can define multiple log outputs (to both 1999-12-06 13:45:56 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
proto Added hooks for show route. 1999-12-08 13:33:44 +00:00
sysdep Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
tools The CLI I/O functions work as desired. 1999-10-31 15:43:44 +00:00
.cvsignore Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
aclocal.m4 Cosmetic message fix. 1999-04-12 17:27:21 +00:00
bird.conf Make bird.conf that does not crash machine when you run bird as root. 1999-12-08 12:50:57 +00:00
configure.in Use linux-22 configuration with all 2.2.x and 2.3.x kernels. This means 1999-12-01 10:28:39 +00:00
Makefile switch() { } done right. 1999-10-28 21:03:36 +00:00
TODO Temporary work-arounds for multicast problems. Needs further investigation. 1999-12-08 15:12:54 +00:00