neutron/neutron/plugins/ml2/drivers/macvtap
Brian Haley a58a527494 Scan for MAC through all devices in macvtap agent
The first device the agent happens to pick could be something
without a MAC address like a 6in6 interface. This was causing
the agent to fail to start if it was unlucky enough to pick
that address.

This patch just adjusts the logic to keep iterating through
the list until we find a MAC.

Change-Id: Iba9c7c3cb200e74a78ea885e8d9323de64c2c663
Closes-Bug: #1801030
2018-11-01 16:00:16 -04:00
..
agent Scan for MAC through all devices in macvtap agent 2018-11-01 16:00:16 -04:00
mech_driver use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
__init__.py macvtap: Common functions and constants 2016-02-12 09:27:24 +01:00
macvtap_common.py use plugin common utils from neutron-lib 2018-04-17 12:06:28 -06:00