[ovs-git] [openvswitch/ovs] 31e3f3: ofproto: Remove flows from all tables upon group d...

GitHub noreply at github.com
Wed Dec 23 01:15:13 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: 31e3f30764d3a6000007b8c1b1b85dcd3238752e
      https://github.com/openvswitch/ovs/commit/31e3f30764d3a6000007b8c1b1b85dcd3238752e
  Author: Zoltán Balogh <zoltan.balogh at ericsson.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
    M AUTHORS
    M ofproto/ofproto.c
    M tests/ofproto.at

  Log Message:
  -----------
  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 at ericsson.com>
[blp at ovn.org added a test]
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list