summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2016-03-31 18:53:13 +0000
committerbz <bz@FreeBSD.org>2016-03-31 18:53:13 +0000
commit945ed5d63532b09f4fe9ffc0b871717bb5c43744 (patch)
tree7ae7679ebbe067331aa1d534800378272938ad2f /sys/net
parent910e4d679c8dddad93fe7407ff0625354b39c285 (diff)
downloadFreeBSD-src-945ed5d63532b09f4fe9ffc0b871717bb5c43744.zip
FreeBSD-src-945ed5d63532b09f4fe9ffc0b871717bb5c43744.tar.gz
Catch up with some more fields. I needed the bpf one lately.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_debug.c b/sys/net/if_debug.c
index 1d198eb..fbcc2b0 100644
--- a/sys/net/if_debug.c
+++ b/sys/net/if_debug.c
@@ -67,6 +67,8 @@ if_show_ifnet(struct ifnet *ifp)
IF_DB_PRINTF("%p", if_l2com);
IF_DB_PRINTF("%p", if_vnet);
IF_DB_PRINTF("%p", if_home_vnet);
+ IF_DB_PRINTF("%p", if_vlantrunk);
+ IF_DB_PRINTF("%p", if_bpf);
IF_DB_PRINTF("%p", if_addr);
IF_DB_PRINTF("%p", if_llsoftc);
IF_DB_PRINTF("%p", if_label);
OpenPOWER on IntegriCloud