From b357278c1ba0c85a22dcf95f298fc567f8001ba3 Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Fri, 24 Aug 2018 11:57:20 -0700 Subject: mpm: add link_speed xport_info --- mpm/python/usrp_mpm/xports/xportmgr_udp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/usrp_mpm/xports') diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py index 6e355115e..40ba22414 100644 --- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py +++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py @@ -255,6 +255,7 @@ class XportMgrUDP(object): 'send_sid': str(fixup_sid(sid, iface_name)), 'allocation': str(allocation_getter(iface_name)), 'xport_type': xport_type, + 'link_speed': str(iface_info['link_speed']) } for iface_name, iface_info in iteritems(self._chdr_ifaces) ] -- cgit v1.2.3