From 158719e325bec8a6e78ecbc3bbaa0b9e8f738994 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 1 Feb 2022 15:38:15 +0100 Subject: [PATCH] eiger and 2 udpinterfaces --- slsReceiverSoftware/src/Implementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsReceiverSoftware/src/Implementation.cpp b/slsReceiverSoftware/src/Implementation.cpp index 36bda4160..60dbd54d9 100644 --- a/slsReceiverSoftware/src/Implementation.cpp +++ b/slsReceiverSoftware/src/Implementation.cpp @@ -345,7 +345,7 @@ void Implementation::setArping(const bool i, } else { threadArping->ClearIpsAndInterfaces(); threadArping->AddIpsAndInterfaces(eth[0], ips[0]); - if (numUDPInterfaces == 2) { + if (numUDPInterfaces == 2 && detType != EIGER) { threadArping->AddIpsAndInterfaces(eth[1], ips[1]); } threadArping->StartRunning();