[ovs-dev] [stable 2/2] bond: Revalidate no_slaves_tag when revalidating everything.

Ethan Jackson ethan at nicira.com
Wed Apr 20 01:04:09 UTC 2011


---
 lib/bond.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/bond.c b/lib/bond.c
index 5a37015..cffc099 100644
--- 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  */
-- 
1.7.4.2




More information about the dev mailing list