Comment 6 for bug 1566383

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

Reviewed: https://review.openstack.org/309592
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=17cfffbbfa57ccec54c7e06518b5e7e8a00e0c51
Submitter: Jenkins
Branch: master

commit 17cfffbbfa57ccec54c7e06518b5e7e8a00e0c51
Author: Brian Haley <email address hidden>
Date: Fri Apr 22 16:09:07 2016 -0400

    DVR: Use existing IPDevice to add address on FIP VETH

    create_rtr_2_fip_link() has IPDevice instances for each
    end of the VETH pair it created, just use them to add the
    link-local IP to each one. Because this is a point-to-point
    link, we don't add the broadcast address when we assign the IP,
    so add a flag to IpAddrCommand() class to accomodate us.
    This is also setup for a follow-on patch.

    Partial-Bug: #1566383
    Change-Id: I66d70afaf3c52861e0887d3f535d5327ea46b128