aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRyan Stone <rstone@FreeBSD.org>2010-11-25 18:32:02 +0000
committerRyan Stone <rstone@FreeBSD.org>2010-11-25 18:32:02 +0000
commitadf6b8d2f3ebbee0c347788b18a20f23633a9340 (patch)
tree9164522999bd28048b7f3856d82bb04a1258334e /usr.bin
parent1d3a4c9291845493018b3a889f962a9a42fe689e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 99a820aa7f434..e02997e718152 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -633,6 +633,7 @@ loop:
}
ip->ift_ip = ifnet.if_ipackets;
ip->ift_ie = ifnet.if_ierrors;
+ ip->ift_id = ifnet.if_iqdrops;
ip->ift_ib = ifnet.if_ibytes;
ip->ift_op = ifnet.if_opackets;
ip->ift_oe = ifnet.if_oerrors;