summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-01 04:11:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-01 04:11:56 +0000
commit993c30216a698d38dc60ba5c3992a160f667aafb (patch)
tree40bff326b1a308f39c3d6d0012512fe97f9c2067 /etc
parent5534730a39d26786db380de11b1f8784028cdacb (diff)
show that net.inet.etherip.allow can be set here; pr 3972 ckuethe
Diffstat (limited to 'etc')
-rw-r--r--etc/sysctl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index b15fcbc7527..4f99ec43d5a 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.34 2005/03/26 16:06:46 deraadt Exp $
+# $OpenBSD: sysctl.conf,v 1.35 2005/04/01 04:11:55 deraadt 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
@@ -13,6 +13,7 @@
#net.inet.ah.enable=0 # 0=Disable the AH IPsec protocol
#net.inet.esp.udpencap=0 # 0=Disable ESP-in-UDP encapsulation
#net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol
+#net.inet.etherip.allow=1 # 1=Enable the Ethernet-over-IP 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
#ddb.console=1 # 1=Permit entry of ddb from the console