diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2007-01-09 04:11:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2007-01-09 04:11:30 +0000 |
commit | a9976c5279dadf9587d91619a6579a868c940c2f (patch) | |
tree | bfe3c8af84d4a2fb57e7f0c67ba993aed6acb090 /etc/sysctl.conf | |
parent | cd8506253e59a8ce53fa253524f81cc8dc6b792d (diff) |
add net.inet6.ip6.mforwarding which was forgotten when the variable was added.
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 7b4d0718645..ddf49dd4e7a 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.40 2006/01/28 18:22:43 brad Exp $ +# $OpenBSD: sysctl.conf,v 1.41 2007/01/09 04:11:29 itojun 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 @@ -7,6 +7,7 @@ #net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of IPv4 packets #net.inet.ip.mforwarding=1 # 1=Permit forwarding (routing) of IPv4 multicast packets #net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of IPv6 packets +#net.inet6.ip6.mforwarding=1 # 1=Permit forwarding (routing) of IPv6 multicast 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.tcp.rfc3390=0 # 0=Disable RFC3390 for TCP window increasing |