Comment 24 for bug 1512199

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

Reviewed: https://review.openstack.org/270459
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=df0609f923765b08a50b7a3fc688a16762f90d6e
Submitter: Jenkins
Branch: stable/liberty

commit df0609f923765b08a50b7a3fc688a16762f90d6e
Author: John Schwarz <email address hidden>
Date: Tue Jan 5 17:21:30 2016 +0200

    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.

    Conflicts:
     neutron/db/l3_dvr_db.py
     neutron/db/l3_dvrscheduler_db.py

    Closes-Bug: #1512199
    Change-Id: Ic7a4bbfca8b477c41b233235d2e2a2864f7af411
    (cherry picked from commit 5535a71e753d7c6ef679437ee93faffc6bc31f62)