mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
eiger receiver fix: setting eth2 as well for eiger
This commit is contained in:
parent
7abe070ea8
commit
8256b7ba84
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user