On Wed, Jan 11, 2006 at 12:14:17PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > On Wed, Jan 11, 2006 at 12:10:22PM +0300, Evgeniy Polyakov ([EMAIL > PROTECTED]) wrote: > > On Wed, Jan 11, 2006 at 12:02:28PM +0300, Evgeniy Polyakov ([EMAIL > > PROTECTED]) wrote: > > > On Wed, Jan 11, 2006 at 12:50:23AM -0800, David S. Miller ([EMAIL > > > PROTECTED]) wrote: > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > > > Date: Wed, 11 Jan 2006 00:45:50 -0800 > > > > > > > > > Please do the allyesconfig, check? > > > > > > > > Yep, will do.
Divert warning: diff --git a/net/core/dv.c b/net/core/dv.c index c5deb36..1516a90 100644 --- a/net/core/dv.c +++ b/net/core/dv.c @@ -457,7 +457,7 @@ void divert_frame(struct sk_buff *skb) unsigned char *skb_data_end = skb->data + skb->len; /* Packet is already aimed at us, return */ - if (!compare_ether_addr(eth, skb->dev->dev_addr)) + if (!compare_ether_addr(eth->h_dest, skb->dev->dev_addr)) return; /* proto is not IP, do nothing */ -- Evgeniy Polyakov - 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