commit | c457338d7acd3823e765b684a62294cfda9d2f55 | [log] [tgz] |
---|---|---|
author | Brian Haley <brian.haley@hp.com> | Tue Nov 08 04:41:42 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 08 12:37:06 2011 -0500 |
tree | 7f055d507f54a4223b049bacd15c09b0d5548784 | |
parent | 10953db8e1a278742ef7e64a3d1491802bcfa98b [diff] |
ipv6: drop packets when source address is multicast RFC 4291 Section 2.7 says Multicast addresses must not be used as source addresses in IPv6 packets - drop them on input so we don't process the packet further. Signed-off-by: Brian Haley <brian.haley@hp.com> Reported-and-Tested-by: Kumar Sanghvi <divinekumar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>