uhd/mpm/python/usrp_mpm/sys_utils
Lars Amsel d09b8c358a MPM: Better error message for multiple assigned MACs
Each MAC address should be only assigned to one link at a time.
If the motherboard EEPROM is messed up, it might happen that
there are more links connected to a single MAC.

So in that case a

  [link_index] = ip2.link_lookup(address=mac_addr)

results in a ValueError (too many values to unpack) which gives
no clue on what actually went wrong. Instead we check the len
of he link_lookup result and give a more meaningful error message.
2022-10-11 15:29:50 -05:00
..
__init__.py
CMakeLists.txt
db_flash.py
dtoverlay.py
ectool.py
filesystem_status.py
gpio.py
i2c_dev.py
mount.py
net.py
sysfs_gpio.py
sysfs_thermal.py
udev.py
uio.py
watchdog.py