aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/net.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: close unused pyroute objectsTrung N Tran2017-12-221-33/+39
| | | | | | Current code have couple places that open pyroute2 without closing it. That seems to cause the file descriptor leakage. This change effectively fix the issue #1964
* mpm: net: Add ip_addr_to_iface() functionMartin Braun2017-12-221-0/+17
| | | | Reviewed-By: Trung Tran <trung.tran@ettus.com>
* mpm: Better handling of case where no CHDR interfaces are availableMartin Braun2017-12-221-1/+2
|
* mpm: Added ethernet dispatcher code for N310Martin Braun2017-12-221-0/+106