bird/nest
Martin Mares 9d8856897f Protocol engine bug fixes:
o  Make proto_config->table always point to the right
      table even if it should be the default one.
   o  When shutting down, kill protocol in reverse order
      of their priority.
   o  When stopping a protocol down, disconnect it from
      routing tables immediately instead of waiting
      for the delayed protocol flush event.

Also added a protocol instance counter (used by KRT code
in very magic ways).
1999-08-03 19:31:54 +00:00
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y Cleaned up handling of interface patterns: 1999-08-03 19:30:49 +00:00
iface.c Cleaned up handling of interface patterns: 1999-08-03 19:30:49 +00:00
iface.h Cleaned up handling of interface patterns: 1999-08-03 19:30:49 +00:00
Makefile Skeleton for password handling, currently I only build structures and 1999-05-26 14:24:57 +00:00
password.c Added password_strncpy() which pads destination with zeros. 1999-05-31 19:15:52 +00:00
password.h Added password_strncpy() which pads destination with zeros. 1999-05-31 19:15:52 +00:00
proto.c Protocol engine bug fixes: 1999-08-03 19:31:54 +00:00
protocol.h Protocol engine bug fixes: 1999-08-03 19:31:54 +00:00
route.h Added extended attributes for rip. 1999-05-31 19:15:32 +00:00
rt-attr.c Removed TOS support. This simplifies many things a lot. 1999-04-12 18:01:07 +00:00
rt-dev.c Cleaned up handling of interface patterns: 1999-08-03 19:30:49 +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 Added extra argument to rt_update hook which contains a pointer to the 1999-05-31 18:55:35 +00:00