summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2005-10-05 17:38:58 +0000
committernorby <norby@openbsd.org>2005-10-05 17:38:58 +0000
commit4350e97b524e83f183dbb1b37c336b40a70b808f (patch)
tree936572911ca0c9e569af0fa159901f042ea1c1a3
parentopen the RCS file with O_TRUNC as well when (diff)
downloadwireguard-openbsd-4350e97b524e83f183dbb1b37c336b40a70b808f.tar.xz
wireguard-openbsd-4350e97b524e83f183dbb1b37c336b40a70b808f.zip
Add multicast routing to GENERIC.
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
-rw-r--r--sbin/sysctl/sysctl.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 0f1869aaa92..8f7ac6a8ebf 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.126 2005/05/04 05:12:53 jaredy Exp $
+.\" $OpenBSD: sysctl.8,v 1.127 2005/10/05 17:38:58 norby Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -237,6 +237,7 @@ not all of the variables are relevant to all architectures.
.It net.inet.ip.mtudisc integer yes
.It net.inet.ip.mtudisctimeout integer yes
.It net.inet.ip.ipsec-comp-alg string yes
+.It net.inet.ip.mforwarding integer yes
.It net.inet.icmp.maskrepl integer yes
.It net.inet.icmp.bmcastecho integer yes
.It net.inet.icmp.errppslimit integer yes