commit | 0d6b425a3773c3445b0f51b2f333821beaacb619 | [log] [tgz] |
---|---|---|
author | Kejian Yan <yankejian@huawei.com> | Tue Mar 22 16:06:22 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 22 15:45:57 2016 -0400 |
tree | 323153a3d8079ddae2936f691f1b80f78004455b | |
parent | db219baf19a7024ec1db71f7c3c2663d49de1818 [diff] |
net: hns: bug fix about ping6 The current upstreaming code fails to ping other IPv6 net device, because the enet receives the multicast packets with the src mac addr which is the same as its mac addr. These packets need to be dropped. Signed-off-by: Kejian Yan <yankejian@huawei.com> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>