Re: [PATCH] allow VLAN interface on top of bridge interface

2007-04-13 Thread David Miller
Jerome, btw, in the future please fix your email client. It added extra spaces and also deleted some in the patch, making the patch not apply without a lot of hand-editing. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] allow VLAN interface on top of bridge interface

2007-04-13 Thread David Miller
From: Jerome Borsboom <[EMAIL PROTECTED]> Date: Thu, 12 Apr 2007 21:50:00 +0200 (CEST) > When a VLAN interface is created on top of a bridge interface and > netfilter is enabled to see the bridged packets, the packets can be > corrupted when passing through the netfilter code. This is caused by

[PATCH] allow VLAN interface on top of bridge interface

2007-04-12 Thread Jerome Borsboom
When a VLAN interface is created on top of a bridge interface and netfilter is enabled to see the bridged packets, the packets can be corrupted when passing through the netfilter code. This is caused by the VLAN driver not setting the 'protocol' and 'nh' members of the sk_buff structure. In gen