summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-06-15 17:08:40 +0000
committerpeter <peter@FreeBSD.org>1996-06-15 17:08:40 +0000
commit423ad17ec2f4dbbc6077e06a461c9ae1e858e0bd (patch)
treee8239706331219753bdeb1630fce2b57bde7f668 /usr.bin/netstat/netstat.1
parenta0d4b3885be68d6b71682db6d38c75f2420f905a (diff)
downloadFreeBSD-src-423ad17ec2f4dbbc6077e06a461c9ae1e858e0bd.zip
FreeBSD-src-423ad17ec2f4dbbc6077e06a461c9ae1e858e0bd.tar.gz
make netstat distinguish broadcast and blackhole routes where they appear.
(RTF_BLACKHOLE was already documented as being shown, but the code ignored it) Sumbitted by: Greg Lehey <grog@lemis.de>
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r--usr.bin/netstat/netstat.11
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index 47fb49a..f9afb7a 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -231,6 +231,7 @@ The mapping between letters and flags is:
2 RTF_PROTO1 Protocol specific routing flag #2
3 RTF_PROTO3 Protocol specific routing flag #3
B RTF_BLACKHOLE Just discard pkts (during updates)
+b RTF_BROADCAST The route represents a broadcast address
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)
OpenPOWER on IntegriCloud