[ovs-git] [openvswitch/ovs] 543fd9: ofctrl: Correctly remove flows that are no longer ...

GitHub noreply at github.com
Fri May 15 16:21:54 UTC 2015


  Branch: refs/heads/ovn
  Home:   https://github.com/openvswitch/ovs
  Commit: 543fd91813a56bc538b6230b1457ba29d6d64a67
      https://github.com/openvswitch/ovs/commit/543fd91813a56bc538b6230b1457ba29d6d64a67
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-05-15 (Fri, 15 May 2015)

  Changed paths:
    M ovn/controller/ofctrl.c

  Log Message:
  -----------
  ofctrl: Correctly remove flows that are no longer needed.

The correct group ID to avoid requiring any particular output group when
removing a flow is OFPG_ANY.  OFPG_ALL just caused the OFPFC_DELETE_STRICT
commands to be ignored because no OVN flows output to OFPG_ALL.

Before this patch, ofctrl wasn't deleting flows when logical ports were
deleted; this fixes the problem.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>




More information about the git mailing list