Comment 15 for bug 1570122

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

Reviewed: https://review.openstack.org/407025
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cd38886d20c0900788f2c15157be1a016cb475be
Submitter: Jenkins
Branch: master

commit cd38886d20c0900788f2c15157be1a016cb475be
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.

    Change-Id: I42f8f42995e9809e5bda2b29726f7244c052ca1c
    Closes-Bug: #1570122