summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2001-10-19 00:40:51 +0000
committermdodd <mdodd@FreeBSD.org>2001-10-19 00:40:51 +0000
commitcc2750c4a1cda635c2e61ed70326526ab0f0b69b (patch)
tree5f424f2199a175eb8d6ee768aa8bc72308854f5e /usr.bin
parent66f7af97d58d0f3332fc6edb62cbefde683ddc3a (diff)
downloadFreeBSD-src-cc2750c4a1cda635c2e61ed70326526ab0f0b69b.zip
FreeBSD-src-cc2750c4a1cda635c2e61ed70326526ab0f0b69b.tar.gz
Print statistics for AF_IPX.
Note that the IPX code doesn't update these correctly yet, but should.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 688827e..fba5158 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -339,6 +339,8 @@ intpr(int interval, u_long ifnetaddr, void (*pfunc)(char *))
printf("%-17s ",
ipx_phost((struct sockaddr *)sipx));
}
+
+ network_layer = 1;
break;
case AF_APPLETALK:
OpenPOWER on IntegriCloud