https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234550
Peter Grehan <gre...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gre...@freebsd.org --- Comment #2 from Peter Grehan <gre...@freebsd.org> --- Jason, would you be able to post your ifconfig output ? I think it will show LRO enabled on VLAN interfaces, when it should be disabled (and also on the parent VLAN interface) when it's added to a bridge group. The reason that hwvlantag will cause LRO is that stripping the VLAN tag will result in the iflib ethertype check of v4/v6 succeeding. However, this is only if LRO is enabled on an interface, which I think should not be the case from the bridge addition above. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"