NetBSD/sys/netipsec/files.netipsec
knakahara 4ab3af3e3e add ipsec(4) interface, which is used for route-based VPN.
man and ATF are added later, please see man for details.

reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html
2018-01-10 10:56:30 +00:00

25 lines
680 B
Plaintext

# $Id: files.netipsec,v 1.13 2018/01/10 10:56:30 knakahara Exp $
#
#
defflag opt_ipsec.h IPSEC: opencrypto
defflag opt_ipsec.h IPSEC_DEBUG
defflag opt_ipsec.h IPSEC_TX_TOS_CLEAR
file netipsec/ipsec.c ipsec needs-flag
file netipsec/ipsec_input.c ipsec
file netipsec/ipsec_mbuf.c ipsec
file netipsec/ipsec_output.c ipsec
file netipsec/xform_ah.c ipsec
file netipsec/xform_esp.c ipsec
file netipsec/xform_ipcomp.c ipsec
file netipsec/xform_ipip.c ipsec
file netipsec/ipsec_netbsd.c ipsec
file netipsec/key.c ipsec
file netipsec/key_debug.c ipsec
file netipsec/keysock.c ipsec
file netipsec/xform_tcp.c ipsec & tcp_signature
file netipsec/ipsecif.c ipsec & ipsecif