X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=blobdiff_plain;f=net%2Fipv4%2Fip_tunnel.c;fp=net%2Fipv4%2Fip_tunnel.c;h=a82a22d8f77fdca5f496e9d7cb45f40b70d194ca;hp=78a89e61925d6ae27937098f906145d2d8c48f5d;hb=49d8137a4039c63c834827f4bfe875e27bb9c521;hpb=bc53267e97e4942e7f22c31cd8cf87840796accb diff --git a/net/ipv4/ip_tunnel.c b/net/ipv4/ip_tunnel.c index 78a89e61925..a82a22d8f77 100644 --- a/net/ipv4/ip_tunnel.c +++ b/net/ipv4/ip_tunnel.c @@ -416,9 +416,6 @@ int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, #ifdef CONFIG_NET_IPGRE_BROADCAST if (ipv4_is_multicast(iph->daddr)) { - /* Looped back packet, drop it! */ - if (rt_is_output_route(skb_rtable(skb))) - goto drop; tunnel->dev->stats.multicast++; skb->pkt_type = PACKET_BROADCAST; }