]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
udp: multicast packets need to check namespace
authorEric Dumazet <dada1@cosmosbay.com>
Mon, 8 Dec 2008 10:12:16 +0000 (02:12 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 13 Dec 2008 23:29:12 +0000 (15:29 -0800)
commit6e7f7429b1f5a151943d920e52fdd59b5e7d13ba
tree7cb85a1239e65e25083819e108f2867386f47259
parent7bbe882cb07909b6a77fb4418184c30748491b7b
udp: multicast packets need to check namespace

[ Upstream commit 920a46115ca3fa88990276d98520abab85495b2d ]

Current UDP multicast delivery is not namespace aware.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/udp.c
net/ipv6/udp.c