Comment 4 for bug 1586369

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

Reviewed: https://review.openstack.org/327542
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=232722dfa3f3795c9add4648f987128b93a7fb8f
Submitter: Jenkins
Branch: stable/mitaka

commit 232722dfa3f3795c9add4648f987128b93a7fb8f
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
    (cherry picked from commit 231633a652786f4b0668da0958141e129f777a25)