Go to file
itojun ea861f0183 sync IPv6 part with latest KAME tree. IPsec part is left unmodified
due to massive changes in KAME side.
- IPv6 output goes through nd6_output
- faith can capture IPv4 packets as well - you can run IPv4-to-IPv6 translator
  using heavily modified DNS servers
- per-interface statistics (required for IPv6 MIB)
- interface autoconfig is revisited
- udp input handling has a big change for mapped address support.
- introduce in4_cksum() for non-overwriting checksumming
- introduce m_pulldown()
- neighbor discovery cleanups/improvements
- netinet/in.h strictly conforms to RFC2553 (no extra defs visible to userland)
- IFA_STATS is fixed a bit (not tested)
- and more more more.

TODO:
- cleanup os-independency #ifdef
- avoid rcvif dual use (for IPsec) to help ifdetach

(sorry for jumbo commit, I can't separate this any more...)
1999-12-13 15:17:17 +00:00
bin Fix CL* purge fallout. 1999-12-05 18:33:28 +00:00
dist Cast a sizeof to int to compile it on the alpha. 1999-12-12 12:35:32 +00:00
distrib bring in latest KAME get{addr,name}info(3). 1999-12-13 14:18:31 +00:00
etc Pick up a machine dependent ld.so.conf 1999-12-13 10:19:32 +00:00
games Removed someone's personal phone number, including area code, from a "if you 1999-12-11 19:13:05 +00:00
gnu Add news68k 1999-12-10 06:04:01 +00:00
include add #define for kame's extension to scoped IPv6 numeric address. 1999-12-12 10:49:37 +00:00
lib bring in latest KAME get{addr,name}info(3). 1999-12-13 14:18:31 +00:00
libexec indent properly a debugging statement and fix grammar. 1999-12-13 10:47:38 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin - ARGH /brick fvdl 1999-12-12 23:53:26 +00:00
share Mention what happens when we fail to find a library. 1999-12-13 11:02:10 +00:00
sys sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
usr.bin Enable hints processing so that we can see the mappings. 1999-12-13 09:10:16 +00:00
usr.sbin s/.Os KAME/.Os/ 1999-12-13 04:38:22 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00