diff options
Diffstat (limited to 'mpm/python')
-rw-r--r-- | mpm/python/usrp_mpm/xports/xportmgr_udp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py index 28c50688a..7c8680b09 100644 --- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py +++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py @@ -199,8 +199,7 @@ class XportMgrUDP: } for iface_name, iface_info in iteritems(self._chdr_ifaces) if((self.iface_config[iface_name]['type'] == 'internal' and host_location == 'local') or - (self.iface_config[iface_name]['type'] != 'internal' and self.iface_config[iface_name]['type'] != 'forward' - and host_location == 'remote') or + (self.iface_config[iface_name]['type'] != 'internal' and host_location == 'remote') or host_location == 'all') ] |