ofproto: Remove flows from all tables upon group deletion.
authorZoltán Balogh <zoltan.balogh@ericsson.com>
Wed, 23 Dec 2015 01:10:40 +0000 (17:10 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Dec 2015 01:12:20 +0000 (17:12 -0800)
commit8b792aef0df46b591638ee4cda396b8e5f07bfd6
tree4a411732d5e629ac5fe79fb545e35b41723c2ee3
parent896313f3f7d9ac1f97b8127b5a37383bf490f014
ofproto: Remove flows from all tables upon group deletion.

When a group is deleted, all flows which include a Group action with the ID
of the deleted group should be removed.  Until now, only flows in table 0
were removed.  This fixes the problem.

Signed-off-by: Zoltán Balogh <zoltan.balogh@ericsson.com>
[blp@ovn.org added a test]
Signed-off-by: Ben Pfaff <blp@ovn.org>
AUTHORS
ofproto/ofproto.c
tests/ofproto.at