Ben, The following fix is needed in bridge driver in debian 7.0. Do you want me to open a bug for this and send a patch?
Thanks, Sarvesh commit 6caab7b0544e83e6c160b5e80f5a4a7dd69545c7 Author: Sarveshwar Bandi <[email protected]> Date: Wed Oct 10 01:15:01 2012 +0000 bridge: Pull ip header into skb->data before looking into ip header. If lower layer driver leaves the ip header in the skb fragment, it needs to be first pulled into skb->data before inspecting ip header length or ip version number. Signed-off-by: Sarveshwar Bandi <[email protected]> Signed-off-by: David S. Miller <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

