neutron/neutron/tests/unit/plugins/ml2/drivers/linuxbridge
Anthony Timmins 51394b775b 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)
Signed-off-by: Anthony Timmins <atimmins@datto.com>
2021-06-02 12:57:45 -04:00
..
agent Use local and ip address to create vxlan interface 2021-06-02 12:57:45 -04:00
mech_driver Revert "Use vif_type='tap' for LinuxBridge for consistency" 2017-06-08 11:27:59 -07:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00