Home
last modified time | relevance | path

Searched hist:e26f43faa0d79dd06e9e94829696b68b9940c2ee (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dmacvlan.cdiff e26f43faa0d79dd06e9e94829696b68b9940c2ee Wed Jun 21 06:59:16 CDT 2017 Vlad Yasevich <vyasevich@gmail.com> macvlan: Do not return error when setting the same mac address

The user currently gets an EBUSY error when attempting to set
the mac address on a macvlan device to the same value.

This should really be a no-op as nothing changes. Catch
the condition and return early.

Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>