mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
mcast-snooping: Trigger revalidation when adding a new multicast group.
Otherwise it takes a long time for flows to be updated when a new group entry is added. Reported-by: "O'Reilly, Darragh" <darragh.oreilly@hpe.com> Reported-at: http://openvswitch.org/pipermail/discuss/2016-May/021224.html Signed-off-by: Ben Pfaff <blp@ovn.org> Tested-by: "O'Reilly, Darragh" <darragh.oreilly@hpe.com> Tested-at: http://openvswitch.org/pipermail/discuss/2016-May/021244.html
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -292,6 +292,7 @@ Christian Stigen Larsen cslarsen@gmail.com
|
||||
Christopher Paggen cpaggen@cisco.com
|
||||
Chunhe Li lichunhe@huawei.com
|
||||
Daniel Badea daniel.badea@windriver.com
|
||||
Darragh O'Reilly darragh.oreilly@hpe.com
|
||||
Dave Walker DaveWalker@ubuntu.com
|
||||
David Evans davidjoshuaevans@gmail.com
|
||||
David Palma palma@onesource.pt
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user