Comment 5 for bug 1355087

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

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

commit 300b2a6ae136eae7e7313ff8e7d94110e08b131a
Author: rajeev <email address hidden>
Date: Tue Sep 2 11:06:25 2014 -0400

    Fix interface IP address for DVR with gateway

    when an interface is added to a router with gateway, the method
    internal_network_added(..) incorrectly configures the IP address
    of the new snat interface same as the IP address of the new
    subnet interface.

    Change-Id: I00d4ff1105a443b89b28359249b8e83fb4c1d157
    Closes-bug: #1355087