summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-10-02 18:45:32 +0000
committerwollman <wollman@FreeBSD.org>1994-10-02 18:45:32 +0000
commite361064e532ab32d6494d4ab2e4f1d00999aa794 (patch)
tree940e7800a8008f4cb1127a1fa7e918f4f1d35099 /usr.bin/netstat
parent8cf4ece6bc47da7ca04be79c79f4aee432e30897 (diff)
downloadFreeBSD-src-e361064e532ab32d6494d4ab2e4f1d00999aa794.zip
FreeBSD-src-e361064e532ab32d6494d4ab2e4f1d00999aa794.tar.gz
Document router advertisement and solicitation messages in ICMP input
histogram.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/inet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 099333e..f70097b 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -318,8 +318,8 @@ static char *icmpnames[] = {
"#6",
"#7",
"echo",
- "#9",
- "#10",
+ "router advertisement",
+ "router solicitation",
"time exceeded",
"parameter problem",
"time stamp",
OpenPOWER on IntegriCloud