Comment 2 for bug 1586369

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

Reviewed: https://review.openstack.org/322393
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=231633a652786f4b0668da0958141e129f777a25
Submitter: Jenkins
Branch: master

commit 231633a652786f4b0668da0958141e129f777a25
Author: yuanwei <email address hidden>
Date: Sat May 28 14:35:44 2016 +0800

    Modify SG flows which let packets of relative connections pass

    In current implement, SG flows don't match packets with both new
    and rel CT flag, or packets with both est and rel CT flag, so
    those packets will be dropped. This patch will fix this problem.

    Change-Id: I5b725742bacc48a7d9e5597fcc1f67e786ee5c0d
    Closes-Bug: #1586369