commit | 415d39427317d1532d7f097471cc8aca5f229b69 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Mon Feb 11 10:49:48 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 14 11:35:50 2019 -0500 |
tree | b0bea840cacafc205a1976799b70b0345ad282d0 | |
parent | 79e088239c3bfaf0b6f185770ae262041e42072f [diff] |
bonding: check slave set command firstly This patch is a little improvement. If user use the command shown as below, we should print the info [1] instead of [2]. The eth0 exists actually, and it may confuse user. $ echo "eth0" > /sys/class/net/bond4/bonding/slaves [1] "bond4: no command found in slaves file - use +ifname or -ifname" [2] "write error: No such device" Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>