Re: conf/97014: [gif] gifconfig_gif? in rc.conf does not recognize IPv6 address

2010-11-14 Thread brucec
Synopsis: [gif] gifconfig_gif? in rc.conf does not recognize IPv6 address Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: brucec Responsible-Changed-When: Sun Nov 14 20:35:21 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-

Re: kern/121706: [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emitted repeatedly

2010-11-14 Thread brucec
Synopsis: [netinet] [patch] "rtfree: 0xc4383870 has 1 refs" emitted repeatedly State-Changed-From-To: open->closed State-Changed-By: brucec State-Changed-When: Sun Nov 14 21:04:03 UTC 2010 State-Changed-Why: Fixed in r186363. http://www.freebsd.org/cgi/query-pr.cgi?pr=121706

kern/152141: [vlan] encapsulate vlan in ng_ether before output to if

2010-11-14 Thread Rozhuk Ivan
This is a patched version of original function code /* * If underlying interface can not do VLAN tag insertion itself * then attach a packet tag that holds it. */ if ((m->m_flags & M_VLANTAG) && (ifp->if_capenable & IFCAP_VLAN_HWTAGGING) == 0)

Re: Debugging em(4) driver

2010-11-14 Thread Patrick Mahan
On 11/13/2010 09:08 PM, Jack Vogel wrote: The stats changed quite a bit for 8.1, they are much more informative now, and they can be collected from anywhere not just the console. I don't quite understand what you are trying to do, debug an em problem or just debug a problematic situation by us