commit | 6819e3f6d83a24777813b0d031ebe0861694db5a | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Sat Apr 20 12:09:39 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 24 11:45:04 2019 -0700 |
tree | fba11a15aa72133931b3480d308bf7eca4ad9988 | |
parent | 1c5c12ee308aacf635c8819cd4baa3bd58f8a8b7 [diff] |
net: vrf: Fix operation not supported when set vrf mac Vrf device is not able to change mac address now because lack of ndo_set_mac_address. Complete this in case some apps need to do this. Reported-by: Hui Wang <wanghui104@huawei.com> Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>