]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
udp: restore UDPlite many-cast delivery
authorPablo Neira <pablo@netfilter.org>
Mon, 14 Nov 2016 22:40:30 +0000 (23:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 03:14:27 +0000 (22:14 -0500)
commit73e2d5e34b6cdd1080038daf3d6d6d744a9eefe6
treeb0fdcb72cdb2d8e465179a078b292a2112bae212
parentd0e3f65b34c528ec2b7d1ba9a620b483f71788d3
udp: restore UDPlite many-cast delivery

Honor udptable parameter that is passed to __udp*_lib_mcast_deliver(),
otherwise udplite broadcast/multicast use the wrong table and it breaks.

Fixes: 2dc41cff7545 ("udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv6/udp.c