Comment 2 for bug 1355087

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

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

commit 11ca12dd8752a7d8fc13027c21ee572233becb74
Author: rajeev <email address hidden>
Date: Mon Aug 11 20:42:18 2014 -0400

    Fix interface add for dvr with gateway

    when an interface is added after router gateway set, external
    connectivity using snat fails. Instead of just adding the snat port for
    the new subnet, method internal_network_added(..) incorrectly re-adds
    all the snat ports with wrong cidr.

    Change-Id: I7bfe266288670fba0c90990bf350f43ef7829bad
    Closes-bug: #1355087