Re: [PATCH net] udp: restore UDPlite many-cast delivery

2016-11-15 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 14 Nov 2016 23:40:30 +0100 > 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_

Re: [PATCH net] udp: restore UDPlite many-cast delivery

2016-11-14 Thread Eric Dumazet
On Mon, 2016-11-14 at 23:40 +0100, Pablo Neira Ayuso wrote: > 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_deli

[PATCH net] udp: restore UDPlite many-cast delivery

2016-11-14 Thread Pablo Neira Ayuso
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 --- It looks like UDPlite acc