neutron/neutron/plugins/ml2/drivers/linuxbridge
Anthony Timmins d8c2412a2f Use local and ip address to create vxlan interface
Attempting to terminate a vxlan on the lo interface with
multiple ip addresses fails. This seems to be because only
the first ip address on the interface is used. If this address
is invalid for vxlan creation (ie. 127.0.0.1), the vxlan
interface will be created, but will not have a source ip
address, and will therefore be non-functional. To remedy this
issue, when L2population is used, we can set the local
argument to the local_ip, thus ensuring the intended ip
address is configured.

Closes-Bug: 1929998
Change-Id: I9c54a268fc4ef9705637556ecba161bd6523a047
Signed-off-by: Anthony Timmins <atimmins@datto.com>
(cherry picked from commit 4cd11f4dee)
2021-06-02 10:00:36 -04:00
..
agent Use local and ip address to create vxlan interface 2021-06-02 10:00:36 -04:00
mech_driver Add "connectivity" parameter in vif_details 2019-07-05 10:13:11 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00