diff options
author | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-05 16:51:33 +0000 |
---|---|---|
committer | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-05 16:51:33 +0000 |
commit | 157615a25ccd532157605f63e3b891dc2d5a3a9b (patch) | |
tree | 6e2a1d6c922e79220b30c55620f32dee08fcb803 /sys/conf/GENERIC | |
parent | 730bf34501e3ee4b8f9d907595a2359fa6b7e325 (diff) |
IPComp. Turned off by default in GENERIC.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 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 |