diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2001-10-19 00:40:51 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2001-10-19 00:40:51 +0000 |
| commit | 6f9cdfce1983e68c8782321a692e6c709f53fccd (patch) | |
| tree | 5f424f2199a175eb8d6ee768aa8bc72308854f5e | |
| parent | 0442747236f4a934d1fc6a3354ce691b4b97067a (diff) | |
Notes
| -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 688827e5e77e..fba5158d24cc 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: |
