]> git.baikalelectronics.ru Git - 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)
commit9b4e1fd08565391f464ed334655dd347a6cd99a5
treeb0fdcb72cdb2d8e465179a078b292a2112bae212
parent3190c63afd185f5f9e0ea96f0e1c450fc0b735bb
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: 2836aad8050d ("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