git: 92d6645fd4c2 - releng/13.2 - route(8): Remove obsolete information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Mar 2023 10:54:02 UTC
The branch releng/13.2 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=92d6645fd4c2fa99035a35cb81a4805b81f3fa1d
commit 92d6645fd4c2fa99035a35cb81a4805b81f3fa1d
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-15 23:06:19 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-03-14 10:52:08 +0000
route(8): Remove obsolete information
xns and osi are no longer relevant (or supported) so remove their
vestiges.
Noticed by: phk
Sponsored by: Netflix
Approved by: re (cperciva)
(cherry picked from commit c6b2efb64e279b4d543aaa10073c63765bf6e790)
---
sbin/route/route.8 | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index c353bfb73d62..161189e7a9d8 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -28,7 +28,7 @@
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
.\" $FreeBSD$
.\"
-.Dd April 11, 2021
+.Dd December 15, 2021
.Dt ROUTE 8
.Os
.Sh NAME
@@ -143,8 +143,6 @@ command is specified,
.Nm
will ``flush'' the routing tables of all gateway entries.
When the address family may is specified by any of the
-.Fl osi ,
-.Fl xns ,
.Fl inet6 ,
or
.Fl inet
@@ -264,20 +262,6 @@ Alternately, if the interface is point to point the name of the interface
itself may be given, in which case the route remains valid even
if the local or remote addresses change.
.Pp
-The optional modifiers
-.Fl xns ,
-.Fl osi ,
-and
-.Fl link
-specify that all subsequent addresses are in the
-.Tn XNS
-or
-.Tn OSI
-address families,
-or are specified as link-level addresses,
-and the names must be numeric specifications rather than
-symbolic names.
-.Pp
The optional
.Fl netmask
modifier is intended
@@ -502,7 +486,6 @@ The next-hop gateway should be reachable through a different route.
.Xr route 4 ,
.Xr arp 8 ,
.Xr routed 8
-.\".Xr XNSrouted 8
.Sh HISTORY
The
.Nm