Re: Locally transmitted Multicast packets are being looped back, even if IP_MULTICAST_LOOP option is set to zero

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2013-06-05 at 16:17 +0530, Vijay Tandeker wrote:

> My questions:-
>   - Is this done intentionally ?
>   - If No, please suggest the solution to restore skb->sk pointer.
>   - If Yes, please suggest the solution to restore skb->sk pointer.
> 
> Kindly let me know in case if the problem is not clear or you need any 
> more data.
> 

Have you tried 

int one = 1;
setsockopt(fd, SOL_IP, IP_NODEFRAG, &one, sizeof(one));


--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux