Comment 2 for bug 1754770

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

Reviewed: https://review.openstack.org/551981
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8be0c2a551fea0c02d757c6ad460f8435423ec32
Submitter: Zuul
Branch: master

commit 8be0c2a551fea0c02d757c6ad460f8435423ec32
Author: Sławek Kapłoński <email address hidden>
Date: Mon Mar 12 13:12:18 2018 +0100

    Set trusted port only once in iptables firewall driver

    Patch [1] added configuration of forward rule for trusted ports in
    iptables firewall driver.

    This patch fixes issue with many "duplicate iptables rule detected"
    warning messages due to try to add such forward rule each time when
    trusted port is updated.
    Now such rule is added only once for port.

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

    Change-Id: Ib816887f07f16b6ac865bb81d0f27f12d0b47dfb
    Closes-Bug: #1754770