From d81816a225979ff26bf1eec454f1caddb94d0ab6 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 3 Aug 2020 11:11:11 -0500 Subject: 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. --- mpm/python/usrp_mpm/xports/xportmgr_udp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mpm/python') 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') ] -- cgit v1.2.3