From bb0cc58058f09ed43c5e98cd8a0acb818f7a84d5 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 16 Dec 1999 07:35:55 +0000 Subject: [PATCH] show ip6.forwarding --- src/etc/sysctl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/sysctl.conf b/src/etc/sysctl.conf index 7de33da0..4789ea91 100644 --- a/src/etc/sysctl.conf +++ b/src/etc/sysctl.conf @@ -1,8 +1,9 @@ -# $OpenBSD: sysctl.conf,v 1.12 1999/05/30 01:40:50 angelos Exp $ +# $OpenBSD: sysctl.conf,v 1.13 1999/12/16 07:35:55 deraadt Exp $ # This files contains a list of sysctl options the user wants set at # boot time. # ie. #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets +#net.inet.ip6.forwarding=1 # 1=Permit forwarding (routing) of packets #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