]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DVR: when updating port's fixed_ips, update arp
authorJohn Schwarz <jschwarz@redhat.com>
Tue, 5 Jan 2016 15:21:30 +0000 (17:21 +0200)
committerBrian Haley <brian.haley@hpe.com>
Thu, 14 Jan 2016 23:24:22 +0000 (18:24 -0500)
commit5535a71e753d7c6ef679437ee93faffc6bc31f62
tree052d30c066818db755dcf93c7461768f53da896e
parent6576b7061ea4c4068246bbd01f605a12e689c2c6
DVR: when updating port's fixed_ips, update arp

Currently, when updating a port's fixed_ips, the l3 agents fail to
update the arp tables of this change, which can lead to east-west
connectivity issues when a router is connected to more than one tenant
network.

Closes-Bug: #1512199
Change-Id: Ic7a4bbfca8b477c41b233235d2e2a2864f7af411
neutron/db/l3_dvr_db.py
neutron/db/l3_dvrscheduler_db.py
neutron/tests/unit/db/test_l3_dvr_db.py