diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-07 06:45:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-07 06:45:40 +0000 |
commit | 7a9de1c98ac563756d1c260b02e6c1458f605151 (patch) | |
tree | 17345b599671ec329c21412c0b127b97355a9cd7 /sys/conf | |
parent | aac78648b993092b263ac493905712c0741f89bf (diff) |
disable IPSEC by default
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index ba41a82de9c..105add4bd04 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 1999/03/30 00:19:05 niklas Exp $ +# $OpenBSD: GENERIC,v 1.45 1999/04/07 06:45:39 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -56,7 +56,7 @@ option UNION # union file system #option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP -option IPSEC # IPsec +#option IPSEC # IPsec #option KEY # PF_KEY (implied by IPSEC) #option NS # XNS #option NSIP # XNS tunneling over IP |