mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
eiger receiver fix: setting eth2 as well for eiger
This commit is contained in:
@ -760,7 +760,9 @@ int slsReceiverTCPIPInterface::setup_udp(){
|
||||
FILE_LOG(logERROR) << mess;
|
||||
}
|
||||
receiver->setEthernetInterface(eth);
|
||||
|
||||
if (myDetectorType == EIGER) {
|
||||
receiver->setEthernetInterface2(eth);
|
||||
}
|
||||
//get mac address
|
||||
if (ret != FAIL) {
|
||||
temp = genericSocket::nameToMac(eth);
|
||||
|
Reference in New Issue
Block a user