mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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. |
||
|---|---|---|
| .. | ||
| __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 | ||