Comment 5 for bug 1786746

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

Reviewed: https://review.openstack.org/590682
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=6ccdd943a3cec92e559dd842407382a3dca5f484
Submitter: Zuul
Branch: master

commit 6ccdd943a3cec92e559dd842407382a3dca5f484
Author: Kim Bao Long <email address hidden>
Date: Fri Aug 10 14:41:54 2018 +0700

    Remove remaining NFLOG rules on deleting log resource

    Currently, NFLOG rules are still remaining after deletion of log
    resources from "ACCEPT" or "DROP" events. This patch aims to remove
    these rules. In addition, it also cleans up unused iptables manager per
    port to avoid memory consumption of self.ipt_mgr_list in [1]

    [1] https://review.openstack.org/#/c/553738/

    Closes-Bug: #1786746
    Change-Id: Id8db35c9e11c11f186f15565fcbc2cfa67d9ebd4
    Co-Authored-By: Nguyen Phuong An <email address hidden>