Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 18:53:13 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297471 - head/sys/net
Message-ID:  <201603311853.u2VIrDYj005097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Thu Mar 31 18:53:13 2016
New Revision: 297471
URL: https://svnweb.freebsd.org/changeset/base/297471

Log:
  Catch up with some more fields. I needed the bpf one lately.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/net/if_debug.c

Modified: head/sys/net/if_debug.c
==============================================================================
--- head/sys/net/if_debug.c	Thu Mar 31 18:52:00 2016	(r297470)
+++ head/sys/net/if_debug.c	Thu Mar 31 18:53:13 2016	(r297471)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603311853.u2VIrDYj005097>