From 905197505e692eb29e4b6aebecb04e7fafca8182 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 31 Mar 2016 18:53:13 +0000 Subject: [PATCH] Catch up with some more fields. I needed the bpf one lately. Sponsored by: The FreeBSD Foundation --- sys/net/if_debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net/if_debug.c b/sys/net/if_debug.c index 1d198eb925f..fbcc2b0ae04 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);