diff options
author | 2007-07-25 08:11:45 +0000 | |
---|---|---|
committer | 2007-07-25 08:11:45 +0000 | |
commit | 637a178d4f356be1680fd06b4d0c95bee9e605a9 (patch) | |
tree | a18e512d706ab979cf783f41fba5bd90ee8016a2 | |
parent | sync (diff) | |
download | wireguard-openbsd-637a178d4f356be1680fd06b4d0c95bee9e605a9.tar.xz wireguard-openbsd-637a178d4f356be1680fd06b4d0c95bee9e605a9.zip |
document multipath options.
ok claudio@
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 998e533efb3..fcc441257e1 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.43 2007/05/29 00:10:46 henning Exp $ +# $OpenBSD: sysctl.conf,v 1.44 2007/07/25 08:11:45 pyr 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 @@ -6,8 +6,10 @@ # #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.inet.ip.multipath=1 # 1=Enable IP multipath routing #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.multipath=1 # 1=Enable IPv6 multipath routing #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 |