diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-14 18:55:01 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-14 18:55:01 +0000 |
commit | cca71c70dc5c969c27ff27e34b1fc5d53cf9e3c0 (patch) | |
tree | f5ea77347a9ad9d77433a04eecdef7b2714d0b23 /usr.bin/netstat/netstat.1 | |
parent | ead50efbdbdfb95875d6bd9a8d7682075efdd277 (diff) | |
download | FreeBSD-src-cca71c70dc5c969c27ff27e34b1fc5d53cf9e3c0.zip FreeBSD-src-cca71c70dc5c969c27ff27e34b1fc5d53cf9e3c0.tar.gz |
Document new route flags.
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 9d58382..da890c9 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -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 |