svn commit: r304292 - head/usr.bin/netstat
Michael Tuexen
tuexen at FreeBSD.org
Wed Aug 17 14:44:49 UTC 2016
Author: tuexen
Date: Wed Aug 17 14:44:47 2016
New Revision: 304292
URL: https://svnweb.freebsd.org/changeset/base/304292
Log:
Use names for SCTP and UDPLite when reporting the input histogram.
MFC after: 3 days
Modified:
head/usr.bin/netstat/inet6.c
Modified: head/usr.bin/netstat/inet6.c
==============================================================================
--- head/usr.bin/netstat/inet6.c Wed Aug 17 13:19:28 2016 (r304291)
+++ head/usr.bin/netstat/inet6.c Wed Aug 17 14:44:47 2016 (r304292)
@@ -207,11 +207,11 @@ static const char *ip6nh[] = {
"#129",
"#130",
"#131",
- "#132",
+ "SCTP",
"#133",
"#134",
"#135",
- "#136",
+ "UDPLite",
"#137",
"#138",
"#139",
More information about the svn-src-head
mailing list