NetBSD/sys/netipsec/files.netipsec
drochner d107562abc Make FAST_IPSEC the default IPSEC implementation which is built
into the kernel if the "IPSEC" kernel option is given.
The old implementation is still available as KAME_IPSEC.
Do some minimal manpage adjustment -- kame_ipsec(4) is a copy
of the old ipsec(4) and the latter is now a copy of fast_ipsec(4).
2012-01-09 15:16:30 +00:00

23 lines
705 B
Plaintext

# $Id: files.netipsec,v 1.9 2012/01/09 15:16:31 drochner Exp $
#
#
defflag opt_ipsec.h FAST_IPSEC: opencrypto
defflag opt_ipsec.h IPSEC: FAST_IPSEC
defflag opt_ipsec.h IPSEC_DEBUG
file netipsec/ipsec.c fast_ipsec needs-flag
file netipsec/ipsec_input.c fast_ipsec
file netipsec/ipsec_mbuf.c fast_ipsec
file netipsec/ipsec_output.c fast_ipsec
file netipsec/xform_ah.c fast_ipsec
file netipsec/xform_esp.c fast_ipsec
file netipsec/xform_ipcomp.c fast_ipsec
file netipsec/xform_ipip.c fast_ipsec
file netipsec/ipsec_netbsd.c fast_ipsec
file netipsec/key.c fast_ipsec
file netipsec/key_debug.c fast_ipsec
file netipsec/keysock.c fast_ipsec
file netipsec/xform_tcp.c fast_ipsec & tcp_signature