bird/nest
Martin Mares 8edf2361f9 Cleaned up handling of interface patterns:
o  Parsing of interface patterns moved to generic code,
      introduced this_ipatt which works similarly to this_iface.
   o  Interface patterns now support selection by both interface
      names and primary IP addresses.
   o  Proto `direct' updated.
   o  RIP updated as well, it also seems the memory corruption
      bug there is gone.
1999-08-03 19:30:49 +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 From now we support multiple tables. The master_table variable is 1999-05-17 20:14:52 +00:00
protocol.h Added extra argument to rt_update hook which contains a pointer to the 1999-05-31 18:55:35 +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