neutron/neutron/plugins/ml2/drivers/linuxbridge/agent
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
..
common Make DVR router support FLAT network for ovs-agent 2020-06-08 12:13:22 +00:00
extension_drivers Start using oslo_utils.netutils.is_ipv6_enabled() 2019-10-16 21:44:56 -04:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
arp_protect.py Flush ebtables arp protect chains before deleting them 2020-12-21 10:13:14 +00:00
linuxbridge_agent_extension_api.py Use same instance of iptables_manager in L2 agent and extensions 2018-01-05 11:07:32 +01:00
linuxbridge_capabilities.py Implementation of vlan-aware-vms for Linux Bridge 2016-09-09 01:17:05 -07:00
linuxbridge_neutron_agent.py Use local and ip address to create vxlan interface 2021-06-02 10:00:36 -04:00