Module Name:    src
Committed By:   maxv
Date:           Mon Feb  5 15:02:52 UTC 2018

Modified Files:
        src/share/man/man4: options.4

Log Message:
Remove references to IPFORWSRCRT (the only one that was actually
documented).


To generate a diff of this commit:
cvs rdiff -u -r1.481 -r1.482 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.481 src/share/man/man4/options.4:1.482
--- src/share/man/man4/options.4:1.481	Tue Jan 23 17:24:31 2018
+++ src/share/man/man4/options.4	Mon Feb  5 15:02:52 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: options.4,v 1.481 2018/01/23 17:24:31 sevan Exp $
+.\"	$NetBSD: options.4,v 1.482 2018/02/05 15:02:52 maxv Exp $
 .\"
 .\" Copyright (c) 1996
 .\" 	Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd January 23, 2018
+.Dd February 5, 2018
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -1712,9 +1712,6 @@ and
 .Em IPFORWARDING
 is insufficient to stop all routing through a bastion host on a
 firewall -- source routing is controlled independently.
-To turn off source routing, use
-.Em options IPFORWSRCRT=0
-(which see).
 Note that IP forwarding may be turned on and off independently of the
 setting of the
 .Em IPFORWARDING
@@ -1729,28 +1726,6 @@ See
 and
 .Xr sysctl 3
 for details.
-.It Cd options IPFORWSRCRT=value
-If
-.Em value
-is set to zero, source routing of IP datagrams is turned off.
-If
-.Em value
-is set to one (the default) or the option is absent, source routed IP
-datagrams are forwarded by the machine.
-Note that source routing of IP packets may be turned on and off
-independently of the setting of the
-.Em IPFORWSRCRT
-option through the use of the
-.Em net.inet.ip.forwsrcrt
-sysctl variable.
-If
-.Em net.inet.ip.forwsrcrt
-is 1, forwarding of source routed IP datagrams is on.
-See
-.Xr sysctl 8
-and
-.Xr sysctl 3
-for details.
 .It Cd options IFA_STATS
 Tells the kernel to maintain per-address statistics on bytes sent
 and received over (currently) Internet and AppleTalk addresses.

Reply via email to