diff options
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/sys_utils/net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/sys_utils/net.py b/mpm/python/usrp_mpm/sys_utils/net.py index 30ecae70d..56448c6c4 100644 --- a/mpm/python/usrp_mpm/sys_utils/net.py +++ b/mpm/python/usrp_mpm/sys_utils/net.py @@ -77,7 +77,7 @@ def get_iface_info(ifname): def get_link_speed(ifname): """ Given an interface name (e.g 'eth0'), return link speed - of that interface as unsigned interger. + of that interface as unsigned integer. If interface is not found, IndexError will be thrown. The speed is Megabits/sec (from kernel at https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net) |