mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Document new route flags.
This commit is contained in:
parent
23f6ed01aa
commit
c70b84bd3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5108
@ -223,16 +223,19 @@ The mapping between letters and flags is:
|
||||
.Bl -column XXXX RTF_BLACKHOLE
|
||||
1 RTF_PROTO2 Protocol specific routing flag #1
|
||||
2 RTF_PROTO1 Protocol specific routing flag #2
|
||||
3 RTF_PROTO3 Protocol specific routing flag #3
|
||||
B RTF_BLACKHOLE Just discard pkts (during updates)
|
||||
C RTF_CLONING Generate new routes on use
|
||||
c RTF_PRCLONING Protocol-specified generate new routes on use
|
||||
D RTF_DYNAMIC Created dynamically (by redirect)
|
||||
G RTF_GATEWAY Destination requires forwarding by intermediary
|
||||
H RTF_HOST Host entry (net otherwise)
|
||||
L RTF_LLINFO Valid protocol to link address translation.
|
||||
L RTF_LLINFO Valid protocol to link address translation
|
||||
M RTF_MODIFIED Modified dynamically (by redirect)
|
||||
R RTF_REJECT Host or net unreachable
|
||||
S RTF_STATIC Manually added
|
||||
U RTF_UP Route usable
|
||||
W RTF_WASCLONED Route was generated as a result of cloning
|
||||
X RTF_XRESOLVE External daemon translates proto to link address
|
||||
.El
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user