Comment 4 for bug 1708465

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

Reviewed: https://review.openstack.org/504550
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=157c5c261d95e40f2916f0cb91f3d529f2490457
Submitter: Jenkins
Branch: stable/pike

commit 157c5c261d95e40f2916f0cb91f3d529f2490457
Author: Sławek Kapłoński <email address hidden>
Date: Wed Sep 13 17:24:03 2017 +0000

    Remove duplicated ICMPv6 RA rule from iptables firewall

    Change Ibfbf011284cbde396f74db9d982993f994082731 moves
    generation of ICMPv6 RA rule from being hardcoded
    in iptables_firewall to being generated on server
    side and passed to agent.

    Unfortunatelly it wasn't removed from iptables_firewall
    and it was still added to rules which should be applied
    by firewall driver.
    That caused issue with warning message about duplicated rule.
    detected

    This patch removes this hardcoded rule to stop logging messages
    about duplicated rules.

    Change-Id: Ic5e95405d4dd8ffbe8ec5b053aed257aec91b1c8
    Closes-Bug: #1708465
    (cherry picked from commit 0dcf3d20c2e5c2592e9674e7277acce4eff98341)