projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb176f
)
bond: Remove dead conditional.
author
Ethan Jackson
<ethan@nicira.com>
Tue, 15 Nov 2011 01:02:44 +0000
(17:02 -0800)
committer
Ethan Jackson
<ethan@nicira.com>
Fri, 18 Nov 2011 20:40:09 +0000
(12:40 -0800)
lib/bond.c
patch
|
blob
|
history
diff --git
a/lib/bond.c
b/lib/bond.c
index 90498f63b35d12991a59b8b7daba42cc10e873f1..bb5d49968b70186e389ff4b4cacff4c7aa0d9a21 100644
(file)
--- a/
lib/bond.c
+++ b/
lib/bond.c
@@
-1001,11
+1001,7
@@
bond_unixctl_show(struct unixctl_conn *conn,
ds_put_format(&ds, "\thash %d: %"PRIu64" kB load\n",
hash, be->tx_bytes / 1024);
- if (bond->balance != BM_SLB) {
- continue;
- }
-
- /* XXX How can we list the MACs assigned to hashes? */
+ /* XXX How can we list the MACs assigned to hashes of SLB bonds? */
}
}
unixctl_command_reply(conn, 200, ds_cstr(&ds));