]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33f23a6d3d2c0e07435e53dad8389dd61dc76b4a
treefba11a15aa72133931b3480d308bf7eca4ad9988
parent637b79b8c1d3a177dbf6aed006882ed94587eaa0
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