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.
This commit is contained in:
parent
ba49a14327
commit
4c353c3815
|
@ -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 @@ display and may be set (or sometimes cleared)
|
|||
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 @@ by indicating the following corresponding modifiers:
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue