Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/route route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-if...
details: https://anonhg.NetBSD.org/src/rev/2bb5189c87ac
branches: trunk
changeset: 979611:2bb5189c87ac
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Jan 02 22:02:27 2021 +0000
description:
route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface).
While here, tweak RTF_GATEWAY description. Passive voice elsewhere in
this table is used to talk about the routes themselves, while here
it's about packets.
diffstat:
sbin/route/route.8 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ae1997caa182 -r 2bb5189c87ac sbin/route/route.8
--- a/sbin/route/route.8 Sat Jan 02 20:36:02 2021 +0000
+++ b/sbin/route/route.8 Sat Jan 02 22:02:27 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: route.8,v 1.64 2021/01/02 20:36:02 uwe Exp $
+.\" $NetBSD: route.8,v 1.65 2021/01/02 22:02:27 uwe Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -295,7 +295,6 @@
by indicating the following corresponding modifiers:
.Bl -column "ID" "xnoblackhole" "xRTF_BLACKHOLE" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
.It Sy "ID" Ta Sy "Modifier" Ta Sy " Flag Bit" Ta Sy "Description"
-.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable
.It Li 1 Ta -proto1 Ta " RTF_PROTO1" Ta set protocol specific flag #1
.It Li 2 Ta -proto2 Ta " RTF_PROTO2" Ta set protocol specific flag #2
.It Li B Ta -blackhole Ta " RTF_BLACKHOLE" Ta discard pkts (during updates)
@@ -308,7 +307,8 @@
.It Li C Ta -connected Ta " RTF_CONNECTED" Ta treat as a connected route
.It Li " " Ta -noconnected Ta ~RTF_CONNECTED Ta stop treating a connected route
.It Li D Ta "" Ta " RTF_DYNAMIC" Ta created dynamically (redirect)
-.It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary
+.It Li G Ta "" Ta " RTF_GATEWAY" Ta forward to dest by intermediary
+.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable
.It Li H Ta "" Ta " RTF_HOST" Ta host entry (net otherwise)
.It Li L Ta "" Ta " RTF_LLDATA" Ta local link, generated by ARP or NDP
.It Li l Ta "" Ta " RTF_LOCAL" Ta route represents a local address
Home |
Main Index |
Thread Index |
Old Index