aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpm/python/usrp_mpm/xports/xportmgr_udp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py
index f952576e4..9e69e6bd1 100644
--- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py
+++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py
@@ -224,6 +224,7 @@ class XportMgrUDP:
return [
{
+ 'iface': iface_name,
'ipv4': str(iface_info['ip_addr']) \
if (self.iface_config[iface_name]['type'] != 'internal') \
else str(self.get_fpga_internal_ip_address(iface_name)),