projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb6f31
)
bond: Revalidate no_slaves_tag when revalidating everything.
author
Ethan Jackson
<ethan@nicira.com>
Wed, 20 Apr 2011 01:02:53 +0000
(18:02 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Wed, 20 Apr 2011 18:10:28 +0000
(11:10 -0700)
lib/bond.c
patch
|
blob
|
history
diff --git
a/lib/bond.c
b/lib/bond.c
index 5a370158d8c9bbbccad315aeacddd5214691789f..cffc0996dce4528087bfa9c49dca8283b434c1fd 100644
(file)
--- a/
lib/bond.c
+++ b/
lib/bond.c
@@
-494,6
+494,7
@@
bond_run(struct bond *bond, struct tag_set *tags, bool lacp_negotiated)
} else {
tag_set_add(tags, bond->stb_tag);
}
+ tag_set_add(tags, bond->no_slaves_tag);
}
/* Invalidate any tags required by */