mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-07 13:20:02 +02:00
wip
This commit is contained in:
parent
171175afd1
commit
040aaec378
@ -1551,7 +1551,7 @@ int configureMAC() {
|
|||||||
getIpAddressinString(src_ip, srcip);
|
getIpAddressinString(src_ip, srcip);
|
||||||
getIpAddressinString(dst_ip, dstip);
|
getIpAddressinString(dst_ip, dstip);
|
||||||
|
|
||||||
if (iRxEntry <= numUdpDestinations) {
|
if (iRxEntry < numUdpDestinations) {
|
||||||
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
|
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
|
||||||
LOG(logINFO,
|
LOG(logINFO,
|
||||||
("\tSource IP : %s\n"
|
("\tSource IP : %s\n"
|
||||||
|
@ -1492,7 +1492,7 @@ int configureMAC() {
|
|||||||
getIpAddressinString(src_ip2, srcip2);
|
getIpAddressinString(src_ip2, srcip2);
|
||||||
getIpAddressinString(dst_ip2, dstip2);
|
getIpAddressinString(dst_ip2, dstip2);
|
||||||
|
|
||||||
if (iRxEntry <= numUdpDestinations) {
|
if (iRxEntry < numUdpDestinations) {
|
||||||
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
|
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
|
||||||
|
|
||||||
LOG(logINFO, ("\tOuter %s\n", (numInterfaces == 2)
|
LOG(logINFO, ("\tOuter %s\n", (numInterfaces == 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user