]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix interface IP address for DVR with gateway
authorrajeev <rajeev.grover@hp.com>
Tue, 2 Sep 2014 15:06:25 +0000 (11:06 -0400)
committerrajeev <rajeev.grover@hp.com>
Tue, 2 Sep 2014 15:06:25 +0000 (11:06 -0400)
commit300b2a6ae136eae7e7313ff8e7d94110e08b131a
tree5086f627c613d0a77af96c9cb1d189abf0a4fd75
parent735d6779b880fca87b7619a8e831fe686b1e67e9
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
neutron/agent/l3_agent.py
neutron/tests/unit/test_l3_agent.py