118d2b1d4f
(Sorry for a big commit, I can't separate this into several pieces...) Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details. - sys/kern: do not assume single mbuf, accept chained mbuf on passing data from userland to kernel (or other way round). - "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ package (ftp://ftp.csl.sony.co.jp/pub/kjc/). - sys/netinet/tcp*: IPv4/v6 dual stack tcp support. - sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those file to be there so we patch it up. - sys/netinet: IPsec additions are here and there. - sys/netinet6/*: most of IPv6 code sits here. - sys/netkey: IPsec key management code - dev/pci/pcidevs: regen In my understanding no code here is subject to export control so it should be safe.
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/07/01 08:12:59 itojun Exp $
|
|
|
|
KDIR= /sys/netkey
|
|
INCSDIR= /usr/include/netkey
|
|
|
|
INCS= key.h key_debug.h key_var.h keydb.h keysock.h keyv2.h
|
|
|
|
.include <bsd.kinc.mk>
|