summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/bond
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2014-02-25 14:50:28 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2014-02-25 15:21:03 +0100
commit33c6ca7f01a36551ca436a96aafd1bf639bcea2f (patch)
treeaff712316fda54b67eed9dadd98cfd74da3f3f49 /src/lib/connections/bond
parent3dc6d75f5fa4813fe5c998b13582912fffd88159 (diff)
downloadnetctl-33c6ca7f01a36551ca436a96aafd1bf639bcea2f.tar.gz
netctl-33c6ca7f01a36551ca436a96aafd1bf639bcea2f.tar.xz
Code style and output improvements
Now a bit more verbose when useful.
Diffstat (limited to 'src/lib/connections/bond')
-rw-r--r--src/lib/connections/bond2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/bond b/src/lib/connections/bond
index af95753..c22fc82 100644
--- a/src/lib/connections/bond
+++ b/src/lib/connections/bond
@@ -10,7 +10,7 @@ bond_up() {
report_error "Interface '$Interface' already exists"
return 1
else
- ip link add dev "$Interface" type bond
+ ip link add name "$Interface" type bond
fi
bring_interface_up "$Interface"