]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: bonding: Add extack messages for some enslave failures
authorDavid Ahern <dsahern@gmail.com>
Thu, 5 Oct 2017 00:48:49 +0000 (17:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Oct 2017 04:39:34 +0000 (21:39 -0700)
commit759088bda21f4887c645579418e8b478eb570d78
tree7767f226e2d398918f35bb962f18c7cda85e9338
parentde3baa3ed72f09f8d2ba797645d052cd5f5de27d
net: bonding: Add extack messages for some enslave failures

A number of bond_enslave errors are logged using the netdev_err API.
Return those messages to userspace via the extack facility.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c