mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with some more fields. I needed the bpf one lately.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4a8b3b18cc
commit
905197505e
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue