Comment 26 for bug 1512199

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

Reviewed: https://review.openstack.org/270463
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=38dc0818f20f6b0995618ad151090f2e645ea7e5
Submitter: Jenkins
Branch: stable/kilo

commit 38dc0818f20f6b0995618ad151090f2e645ea7e5
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)