Andrew Morton wrote:
Begin forwarded message: Date: Thu, 4 May 2006 23:15:56 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6495] New: Vlan MTU Fragmentation http://bugzilla.kernel.org/show_bug.cgi?id=6495 Summary: Vlan MTU Fragmentation Kernel Version: 2.6.16.12 Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED] Steps to reproduce: ifconfing eth0 mtu 1500 ifconfing eth0.100 mtu 1500 ping www.ru -s 2000 -- BAD -- ---------------- ifconfing eth0 mtu 1500 ifconfing eth0.100 mtu 1496 ping www.ru -s 2000 --NORMAL--
This is almost definately a bug in the ethernet driver. The driver needs to be modified so that it can send/receive pkts that are MTU + 4 bytes for the VLAN header. We need to know what NIC/driver this user is using... Ben
------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
-- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html