]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/ipv6/ip6_output.c
inet6: prevent network storms caused by linux IPv6 routers
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Wed, 12 Jan 2011 08:34:08 +0000 (08:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Jan 2011 02:51:55 +0000 (18:51 -0800)
commit72b43d0898e97f588293b4a24b33c58c46633d81
tree748983e66c649af362b170b3dbd9411e8f87a2d2
parent12252771691aaf4935206367e0917a8f697acfcb
inet6: prevent network storms caused by linux IPv6 routers

Linux IPv6 forwards unicast packets, which are link layer multicasts...
The hole was present since day one. I was 100% this check is there, but it is not.

The problem shows itself, f.e. when Microsoft Network Load Balancer runs on a network.
This software resolves IPv6 unicast addresses to multicast MAC addresses.

Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c