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_deliver.") > Signed-off-by: Pablo Neira Ayuso <pa...@netfilter.org> > --- > It looks like UDPlite accidentally broke when dealing with long UDP many-cast > chains, give the wrong table is used for udplite. Compile tested only.
Good catch. Looks like some people actually use UDPlite ;) Acked-by: Eric Dumazet <eduma...@google.com> Thanks Pablo.