Comment 2 for bug 1568891

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

Reviewed: https://review.openstack.org/305443
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e10a88344e2de733289fcc4c1bf30c221a16e091
Submitter: Jenkins
Branch: master

commit e10a88344e2de733289fcc4c1bf30c221a16e091
Author: Maksim Malchuk <email address hidden>
Date: Wed Apr 13 21:35:36 2016 +0300

    Restore forwarding and iptables cleanup

    Restore accidentally removed forwarding back but move it outside the
    firewall module.
    Passing port to firewall is deprecated and will be removed, so change
    all rules to use dport instead.
    Firewall rules with jump attribute should contain explicit protocol
    declaration.

    Change-Id: I750f334667966299a26c305126445524de73ff2c
    Closes-Bug: #1568891
    Partial-Bug: #1524750
    Signed-off-by: Maksim Malchuk <email address hidden>