]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292603:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jan 2016 14:06:16 +0000 (14:06 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Jan 2016 14:06:16 +0000 (14:06 +0000)
commitedd7bb18b2898fd7b80dd1a6e805ddb79e7238c6
tree0ee4c709ddebd61166658c97ad2f168e84f5465e
parent247ee385e52e14dd33dbf1cb487dd34ed33e5872
MFC r292603:

 If bootverbose is enabled every vnet startup and virtual interface
 creation will print extra lines on the console. We are generally not
 interested in this (repeated) information for each VNET. Thus only
 print it for the default VNET. Virtual interfaces on the base system
 will remain printing information, but e.g. each loopback in each vnet
 will no longer cause a "bpf attached" line.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294501 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/bpf.c
sys/netinet/tcp_subr.c