eiger and 2 udpinterfaces

This commit is contained in:
2022-02-01 15:38:15 +01:00
parent 2a63548f40
commit 158719e325

View File

@ -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();