bird/nest
Martin Mares dce267832a Basic support for IPv6. The system-dependent part doesn't work yet,
but the core routines are there and seem to be working.

   o  lib/ipv6.[ch] written
   o  Lexical analyser recognizes IPv6 addresses and when in IPv6
      mode, treats pure IPv4 addresses as router IDs.
   o  Router ID must be configured manually on IPv6 systems.
   o  Added SCOPE_ORGANIZATION for org-scoped IPv6 multicasts.
   o  Fixed few places where ipa_(hton|ntoh) was called as a function
      returning converted address.
1999-08-03 19:36:06 +00:00
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y Basic support for IPv6. The system-dependent part doesn't work yet, 1999-08-03 19:36:06 +00:00
iface.c Basic support for IPv6. The system-dependent part doesn't work yet, 1999-08-03 19:36:06 +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 Implemented a Table-to-Table protocol a.k.a The Pipe. 1999-08-03 19:34:26 +00:00
route.h Implemented a Table-to-Table protocol a.k.a The Pipe. 1999-08-03 19:34:26 +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 Allow announces of rte's to protocols in FS_FEEDING state. 1999-08-03 19:33:45 +00:00