Comment 9 for bug 1708092

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/492404
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=237ec30ca94322716a1af5e59c0960f0eef24194
Submitter: Zuul
Branch: master

commit 237ec30ca94322716a1af5e59c0960f0eef24194
Author: IWAMOTO Toshihiro <email address hidden>
Date: Wed Aug 2 17:12:56 2017 +0900

    ovsfw: Merge multiple conjunction flows

    The ovsfw code generated multiple flows with the same or overlapping
    match fields and different actions=conjunction(nnn,2/2) flows.
    Merge such flows and generate only one flow with
    actions=conjunction(mmm,2/2),conjunction(nnn,2/2) so that filtering
    are correctly performed.

    Change-Id: I0cd325b02f35e103606595b8b124010fff8dc397
    Partial-bug: #1708092