diff options
| -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: |
