bird/nest
Martin Mares 200accf396 if_connected() is again private.
Introduced neigh_connected_to() to serve the same purpose efficiently.
2000-03-27 12:16:37 +00:00
..
bird.h Converted shutdown to a kind of reconfiguration, it's no more handled 2000-01-16 17:40:26 +00:00
cli.c Enabled short continuations. 2000-03-04 21:26:19 +00:00
cli.h Split off general commands to cmds.c. 2000-01-19 12:30:19 +00:00
cmds.c Made `show status' show uptime and time of last reconfiguration. 2000-03-12 22:44:54 +00:00
cmds.h Split off general commands to cmds.c. 2000-01-19 12:30:19 +00:00
config.Y Added tracing of interface events. 2000-03-12 20:50:35 +00:00
iface.c Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, 2000-03-12 21:01:38 +00:00
iface.h if_connected() is again private. 2000-03-27 12:16:37 +00:00
locks.c Added missing newline in debug output. 2000-03-20 20:52:18 +00:00
locks.h Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
Makefile Reimplemented neighbor cache. Now uses real hashing. 2000-03-01 14:51:47 +00:00
neighbor.c if_connected() is again private. 2000-03-27 12:16:37 +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 Bare skeleton of the BGP. 2000-03-19 22:09:07 +00:00
protocol.h Bare skeleton of the BGP. 2000-03-19 22:09:07 +00:00
route.h Define new data types for BGP. 2000-03-20 18:45:03 +00:00
rt-attr.c Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning. 2000-03-04 22:30:44 +00:00
rt-dev.c Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, 2000-03-12 21:01:38 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, 2000-03-12 21:01:38 +00:00
rt-table.c Protocol tracing: Don't dump core on filtered out routes. 2000-03-19 21:59:24 +00:00