bond: Revalidate no_slaves_tag when revalidating everything.
authorEthan Jackson <ethan@nicira.com>
Wed, 20 Apr 2011 01:02:53 +0000 (18:02 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 20 Apr 2011 18:10:28 +0000 (11:10 -0700)
lib/bond.c

index 5a37015..cffc099 100644 (file)
@@ -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  */