mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +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. |
||
|---|---|---|
| .. | ||
| pyusrp_periphs | ||
| tests | ||
| usrp_mpm | ||
| aurora_bist_test.py | ||
| CMakeLists.txt | ||
| copy_python_module.cmake | ||
| e320_bist | ||
| n3xx_bist | ||
| setup.py.in | ||
| socket_test.py | ||
| test_lmk.py | ||
| usrp_hwd.py | ||
| usrp_update_fs | ||
| x4xx_bist | ||