bird/nest
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
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
cli.c Implemented echoing of log messages to CLI connections. Just try `echo all'. 1999-12-06 12:34:45 +00:00
cli.h Implemented echoing of log messages to CLI connections. Just try `echo all'. 1999-12-06 12:34:45 +00:00
config.Y Implemented echoing of log messages to CLI connections. Just try `echo all'. 1999-12-06 12:34:45 +00:00
iface.c Introduced new protocol-dependent integer field `aux' to struct neighbor. 1999-12-01 11:59:24 +00:00
iface.h Introduced new protocol-dependent integer field `aux' to struct neighbor. 1999-12-01 11:59:24 +00:00
locks.c Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
locks.h Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
Makefile Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
password.c Obvious bugs in authentication fixed. 1999-10-02 10:44:48 +00:00
password.h Added password_strncpy() which pads destination with zeros. 1999-05-31 19:15:52 +00:00
proto.c Except for special protocols (nowadays only the kernel syncer), don't 1999-12-08 14:16:13 +00:00
protocol.h Except for special protocols (nowadays only the kernel syncer), don't 1999-12-08 14:16:13 +00:00
route.h Added dumping of routing tables (`show route'). This includes filtering. 1999-12-01 15:10:21 +00:00
rt-attr.c Added dumping of routing tables (`show route'). This includes filtering. 1999-12-01 15:10:21 +00:00
rt-dev.c Renamed attr->attrs to attr->eattrs. 1999-11-04 13:29:43 +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 Except for special protocols (nowadays only the kernel syncer), don't 1999-12-08 14:16:13 +00:00