Comment 7 for bug 1782576

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

Reviewed: https://review.openstack.org/591542
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8aec1ecb09ec43aa97ba64a76839301d826447db
Submitter: Zuul
Branch: stable/rocky

commit 8aec1ecb09ec43aa97ba64a76839301d826447db
Author: Nguyen Phuong An <email address hidden>
Date: Wed Aug 1 10:55:55 2018 +0700

    Fix no ACCEPT event can get for security group logging

    Currently, we cannot get ACCEPT packet log because there are some
    changed related to ovs firewall code since ovs firewall logging has
    been merged.

    Regarding to performance perspective, we only log first accepted packet.
    So we only need to forward first accepted packet of each connection
    session to table 91 and table 92.

    So this patch fixes these issues.

    Closes-Bug: #1782576
    Change-Id: Ib6ced838a7ec6d5c459a8475318556001c31bdf0
    (cherry picked from commit ced78395a7952d0e616055892645fd2a6165833f)