..causing all sorts of havoc when you try to enslave an encrypted ethernet
tunnel device (CIPE) to a bridge.  Attached patch should fix it.


cheers  --Lennert


--- linux-2.4.13-ac1/net/bridge/br_stp_bpdu.c.orig      Thu Nov  1 18:43:01 2001
+++ linux-2.4.13-ac1/net/bridge/br_stp_bpdu.c   Thu Nov  1 18:44:38 2001
@@ -42,6 +42,7 @@
        }
 
        skb->dev = dev;
+       skb->protocol = 0;
        skb->mac.raw = skb_put(skb, size);
        memcpy(skb->mac.raw, bridge_ula, ETH_ALEN);
        memcpy(skb->mac.raw+ETH_ALEN, dev->dev_addr, ETH_ALEN);
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to