Comment 2 for bug 1564400

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

Reviewed: https://review.openstack.org/299964
Committed: https://git.openstack.org/cgit/openstack/networking-bagpipe/commit/?id=31f572c3ff87f5f4799a3d2d64d999de7c14aed3
Submitter: Jenkins
Branch: master

commit 31f572c3ff87f5f4799a3d2d64d999de7c14aed3
Author: Thomas Morin <email address hidden>
Date: Thu Mar 31 15:36:12 2016 +0200

    BGPVPN OVS: defer gw ARP redirection until we really need it

    Doing this ARP redirection currently prevents sending traffic
    to a Neutron router connected to the network. We need to avoid
    that if there is no BGPVPN association.

    (we currently accept this drawback when there is a BGPVPN network
    association, since we don't see a use case where a VM would need,
    via a same network, to reach other VMs on other networks, and BGP
    VPN destinations)

    Change-Id: I6fd3b6bc5cb09f2d89c6241c39addd8247b6e19e
    Closes-Bug: 1564400