summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org>2001-07-05 16:51:33 +0000
committerJean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org>2001-07-05 16:51:33 +0000
commit157615a25ccd532157605f63e3b891dc2d5a3a9b (patch)
tree6e2a1d6c922e79220b30c55620f32dee08fcb803 /sys/conf
parent730bf34501e3ee4b8f9d907595a2359fa6b7e325 (diff)
IPComp. Turned off by default in GENERIC.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
-rw-r--r--sys/conf/files4
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 90396566e66..a0f4cfa5f52 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.80 2001/06/27 05:12:24 art Exp $
+# $OpenBSD: GENERIC,v 1.81 2001/07/05 16:51:32 jjbg Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -75,6 +75,7 @@ option IPSEC # IPsec
option PPP_BSDCOMP # PPP BSD compression
option PPP_DEFLATE
#option MROUTING # Multicast router
+#option IPCOMP # IPComp, requires IPsec
pseudo-device pf 1 # packet filter
pseudo-device pflog 1 # pf log if
diff --git a/sys/conf/files b/sys/conf/files
index 9bb9cdfd895..7dabdbfefb6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.211 2001/07/05 07:24:10 art Exp $
+# $OpenBSD: files,v 1.212 2001/07/05 16:51:32 jjbg Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -627,6 +627,7 @@ file netinet/ipsec_input.c (inet | inet6) & ipsec
file netinet/ipsec_output.c (inet | inet6) & ipsec
file netinet/ip_esp.c inet & ipsec
file netinet/ip_ah.c inet & ipsec
+file netinet/ip_ipcomp.c inet & ipsec & ipcomp
file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt
file crypto/rmd160.c (inet & ipsec) | crypto
file crypto/sha1.c (inet & ipsec) | crypto
@@ -642,6 +643,7 @@ file crypto/criov.c (inet & ipsec) | crypto
file crypto/cryptosoft.c (inet & ipsec) | crypto
file crypto/cryptombuf.c (inet & ipsec) | crypto
file crypto/xform.c (inet & ipsec) | crypto
+file crypto/deflate.c (inet & ipsec) | crypto
file netatalk/aarp.c netatalk
file netatalk/at_control.c netatalk
file netatalk/at_proto.c netatalk