net: vrf: Fix operation not supported when set vrf mac
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 20 Apr 2019 04:09:39 +0000 (12:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 18:45:04 +0000 (11:45 -0700)
commit6819e3f6d83a24777813b0d031ebe0861694db5a
treefba11a15aa72133931b3480d308bf7eca4ad9988
parent1c5c12ee308aacf635c8819cd4baa3bd58f8a8b7
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>
drivers/net/vrf.c