summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 03:20:21 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-27 03:20:21 +0000
commit15e00e7ff912fbf344874fd8182cb5b836b82c5c (patch)
tree4e4971b61ceb5d1a0406d89d46dba4de0c61cc7c /etc
parent6c879563592b82691e2d131d06fccd79a1dcb27a (diff)
IPSec->IPsec (jsyn@nthough.com)
Diffstat (limited to 'etc')
-rw-r--r--etc/sysctl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 4133b2696bc..444fd703a5d 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.22 2001/06/10 19:00:32 fgsch Exp $
+# $OpenBSD: sysctl.conf,v 1.23 2001/06/27 03:20:20 angelos Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -8,8 +8,8 @@
#net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets
#net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0)
#net.inet.tcp.rfc1323=0 # 0=disable TCP RFC1323 extensions (for if tcp is slow)
-#net.inet.esp.enable=1 # 1=Enable the ESP IPSec protocol
-#net.inet.ah.enable=1 # 1=Enable the AH IPSec protocol
+#net.inet.esp.enable=1 # 1=Enable the ESP IPsec protocol
+#net.inet.ah.enable=1 # 1=Enable the AH IPsec protocol
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
#ddb.console=1 # 1=Permit entry of ddb from the console
#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics