From: Herbert Xu <[EMAIL PROTECTED]>
Date: Tue, 18 Apr 2006 12:28:48 +1000

> Stephen Hemminger <[EMAIL PROTECTED]> wrote:
> > +       /* Bugfix: need to give ip_route_input enough of an IP header to 
> > not gag. */
> > +       skb->nh.iph->protocol = IPPROTO_ICMP;
> 
> Do we really need this? After all we can get completely bogus values
> coming in through the network too.

ip_mc_check() will return 1 if it happens to be IGMP, that's not
a good default for this netlink lookup case.
-
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

Reply via email to