Hi,

On Mon, 23 May 2016 13:05:50 +0200, han...@stressinduktion.org wrote:
> > However, one more thing WRT to INET6_PROTO_FINAL not being set - we're
> > also missing the multicast filtering of 'ip6_input_finish':
> > 
> >                     if (ipv6_addr_is_multicast(&hdr->daddr) &&
> >                         !ipv6_chk_mcast_addr(skb->dev, &hdr->daddr,
> >                         &hdr->saddr) &&
> >                         !ipv6_is_mld(skb, nexthdr, 
> > skb_network_header_len(skb)))
> >                             goto discard;
> > 
> > I assume no reason to allow multicast daddr which aren't in the mc_list
> > (or saddr excluded) to pass up into 'l2tp_ip6_recv'?
> > 
> 
> Good point, seems we would benefit of the addition of the PROTO_FINAL
> flag. Could you test and send a patch?

Will do.

Regards,
Shmulik

Reply via email to