Comment 22 for bug 1570122

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

Reviewed: https://review.openstack.org/444838
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bebedc42e51d636c2c061e02069080cd6c0db646
Submitter: Jenkins
Branch: stable/newton

commit bebedc42e51d636c2c061e02069080cd6c0db646
Author: John Davidge <email address hidden>
Date: Mon Dec 5 12:32:19 2016 +0000

    Fix iptables rules for Prefix Delegated subnets

    Make sure the correct iptables rule is added when the router gets
    an interface on a PD-enabled subnet. This will allow traffic on PD
    subnets to reach the external network.

    Includes a unit test for the new function, and modifies an
    existing test to verify the adding and removal of the rule.

    Conflicts:
         neutron/agent/l3/router_info.py
         neutron/tests/unit/agent/l3/test_agent.py

    Change-Id: I42f8f42995e9809e5bda2b29726f7244c052ca1c
    Closes-Bug: #1570122
    (cherry picked from commit cd38886d20c0900788f2c15157be1a016cb475be)