mcast-snooping: Trigger revalidation when adding a new multicast group.
[cascardo/ovs.git] / lib / mcast-snooping.c
index 7fd0b9a..f71321d 100644 (file)
@@ -286,6 +286,7 @@ mcast_group_insert_bundle(struct mcast_snooping *ms OVS_UNUSED,
         b = xmalloc(sizeof *b);
         ovs_list_init(&b->bundle_node);
         b->port = port;
+        ms->need_revalidate = true;
     }
 
     b->expires = time_now() + idle_time;