aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp')
-rw-r--r--host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp
index eac73e416..32f2b50a6 100644
--- a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp
+++ b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp
@@ -28,6 +28,10 @@ namespace uhd { namespace mpmd { namespace xport {
const std::string FIRST_ADDR_KEY = "addr";
//! Secondary Ethernet address for streaming and RFNoC communication
const std::string SECOND_ADDR_KEY = "second_addr";
+//! Tertiary Ethernet address for streaming and RFNoC communication
+const std::string THIRD_ADDR_KEY = "third_addr";
+//! Quaternary Ethernet address for streaming and RFNoC communication
+const std::string FOURTH_ADDR_KEY = "fourth_addr";
/*! Return filtered subset from a device_addr_t
*