diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2016-03-31 18:53:13 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2016-03-31 18:53:13 +0000 |
| commit | 905197505e692eb29e4b6aebecb04e7fafca8182 (patch) | |
| tree | 7ae7679ebbe067331aa1d534800378272938ad2f | |
| parent | 4a8b3b18cc03881645c48fadcec367df3518273c (diff) | |
Notes
| -rw-r--r-- | sys/net/if_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_debug.c b/sys/net/if_debug.c index 1d198eb925f23..fbcc2b0ae040a 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); |
