commit | f03dbb06dc380274e351ca4b1ee1587ed4529e62 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Mar 27 11:28:48 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 29 11:45:06 2018 -0400 |
tree | 4eb44328d5d95796eef10bd3c17a25fbb1bde3ba | |
parent | 5568cdc368c349eee7b5fc48bc956234a0828d71 [diff] |
hv_netvsc: enable multicast if necessary My recent change to netvsc drive in how receive flags are handled broke multicast. The Hyper-v/Azure virtual interface there is not a multicast filter list, filtering is only all or none. The driver must enable all multicast if any multicast address is present. Fixes: 009f766ca238 ("hv_netvsc: filter multicast/broadcast") Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>