diff options
author | mdodd <mdodd@FreeBSD.org> | 2001-10-19 00:40:51 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2001-10-19 00:40:51 +0000 |
commit | cc2750c4a1cda635c2e61ed70326526ab0f0b69b (patch) | |
tree | 5f424f2199a175eb8d6ee768aa8bc72308854f5e | |
parent | 66f7af97d58d0f3332fc6edb62cbefde683ddc3a (diff) | |
download | FreeBSD-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.
-rw-r--r-- | usr.bin/netstat/if.c | 2 |
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: |