Re: [BUG] 2.6.29-rc* QinQ vlan trunking regression
From: David Miller <davem@davemloft.net>
Date: 2009-03-04 07:43:54
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2009-03-04 07:43:54
Also in:
lkml
From: Bart Trojanowski <redacted> Date: Sat, 28 Feb 2009 13:05:41 -0500
2.6.29-rc* introduces a bug that causes a crash when a vlan is put into another vlan, so called vlan trunking or QinQ. I can reproduce it reliably with: $ modprobe 8021q $ vconfig add eth1 5 $ ifconfig eth1.5 up $ vconfig add eth1.5 4
Stephen please fix this.