projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8172aa
)
bond: Properly indent appctl output.
author
Ethan Jackson
<ethan@nicira.com>
Mon, 18 Apr 2011 23:14:58 +0000
(16:14 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Mon, 18 Apr 2011 23:14:58 +0000
(16:14 -0700)
lib/bond.c
patch
|
blob
|
history
diff --git
a/lib/bond.c
b/lib/bond.c
index 4b4a08945ca3229fe2133d363bc46e5bad29c637..d826c3327482fa3a5093f62709d019af1866456b 100644
(file)
--- a/
lib/bond.c
+++ b/
lib/bond.c
@@
-1005,7
+1005,7
@@
bond_unixctl_show(struct unixctl_conn *conn,
slave->delay_expires - time_msec());
}
- ds_put_format(&ds, "lacp_may_enable: %s\n",
+ ds_put_format(&ds, "
\t
lacp_may_enable: %s\n",
slave->lacp_may_enable ? "true" : "false");
if (!bond_is_balanced(bond)) {