Comment 8 for bug 1456823

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

Reviewed: https://review.openstack.org/184853
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6b127ab6859588d97833b9caea92661b2ae4591a
Submitter: Jenkins
Branch: stable/kilo

commit 6b127ab6859588d97833b9caea92661b2ae4591a
Author: Kevin Benton <email address hidden>
Date: Fri May 15 19:44:16 2015 -0700

    Match order of iptables arguments to iptables-save

    The way we were forming our iptables rules was not matching
    the output of iptables-save. This caused the logic that preserves
    counters to miss many of the rules.

    This patch corrects the order for the comments and the allowed address
    pairs to match the output order of iptables-save.

    Closes-Bug: #1456823
    Change-Id: I34c2249d0865485578767865c82414e1d813d563
    (cherry picked from commit 12889f70e1ae547598f4c663e9da5b9bb03e347e)