aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2020-08-03 11:11:11 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2020-08-04 15:46:22 -0500
commitd81816a225979ff26bf1eec454f1caddb94d0ab6 (patch)
tree1a1fbac41550dbbed0e65e129e93387a2f18884e /mpm/python
parentd1799df5a43eb350a8d11f3b225a33254abb0401 (diff)
downloaduhd-d81816a225979ff26bf1eec454f1caddb94d0ab6.tar.gz
uhd-d81816a225979ff26bf1eec454f1caddb94d0ab6.tar.bz2
uhd-d81816a225979ff26bf1eec454f1caddb94d0ab6.zip
mpm: Reenable forward interfaces for remote hosts
The forward interfaces are able to forward CHDR packets with MPM iptables routing. This reenables forward interfaces as a CHDR option.
Diffstat (limited to 'mpm/python')
-rw-r--r--mpm/python/usrp_mpm/xports/xportmgr_udp.py3
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')
]