Horms patch was the best of the three fixes. Dave, already applied Harald's
version, so this patch converts that to the better one.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- sky2.orig/net/bridge/br_netfilter.c 2006-02-13 10:26:23.000000000 -0800
+++ sky2/net/bridge/br_netfilter.c 2006-02-13 10:33:08.000000000 -0800
@@ -805,8 +805,8 @@
print_error:
if (skb->dev != NULL) {
printk("[%s]", skb->dev->name);
- if (bridge_parent(skb->dev))
- printk("[%s]", bridge_parent(skb->dev)->name);
+ if (realoutdev)
+ printk("[%s]", realoutdev->name);
}
printk(" head:%p, raw:%p, data:%p\n", skb->head, skb->mac.raw,
skb->data);
-
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