summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-09-22 17:49:40 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-09-22 17:49:40 +0000
commit2012c36f6b535d9b8a5cfcd670df098f2bc475db (patch)
tree42e3aa56dfb3edb02c0e7553391ed00bc51a56fe
parentac8b4107ec675f99c7f8cb6d3053171826efbfe8 (diff)
it's net.inet.esp.udpencap and not net.inet.udpencap.enable
ok ho henning msf
-rw-r--r--etc/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 05346a76e35..79388d49336 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.32 2004/06/26 04:32:37 ho Exp $
+# $OpenBSD: sysctl.conf,v 1.33 2004/09/22 17:49:39 hshoexer 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
@@ -11,7 +11,7 @@
#net.inet.tcp.rfc3390=1 # 1=Enable RFC3390 for TCP window increasing
#net.inet.esp.enable=0 # 0=Disable the ESP IPsec protocol
#net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol
-#net.inet.udpencap.enable=0 # 0=Disable ESP-in-UDP encapsulation
+#net.inet.esp.udpencap=0 # 0=Disable ESP-in-UDP encapsulation
#net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol
#net.inet.tcp.ecn=1 # 1=Enable the TCP ECN extension
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic