mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +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;
|
FILE_LOG(logERROR) << mess;
|
||||||
}
|
}
|
||||||
receiver->setEthernetInterface(eth);
|
receiver->setEthernetInterface(eth);
|
||||||
|
if (myDetectorType == EIGER) {
|
||||||
|
receiver->setEthernetInterface2(eth);
|
||||||
|
}
|
||||||
//get mac address
|
//get mac address
|
||||||
if (ret != FAIL) {
|
if (ret != FAIL) {
|
||||||
temp = genericSocket::nameToMac(eth);
|
temp = genericSocket::nameToMac(eth);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user