This commit is contained in:
maliakal_d 2021-08-30 14:21:49 +02:00
parent 171175afd1
commit 040aaec378
2 changed files with 2 additions and 2 deletions

View File

@ -1551,7 +1551,7 @@ int configureMAC() {
getIpAddressinString(src_ip, srcip);
getIpAddressinString(dst_ip, dstip);
if (iRxEntry <= numUdpDestinations) {
if (iRxEntry < numUdpDestinations) {
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
LOG(logINFO,
("\tSource IP : %s\n"

View File

@ -1492,7 +1492,7 @@ int configureMAC() {
getIpAddressinString(src_ip2, srcip2);
getIpAddressinString(dst_ip2, dstip2);
if (iRxEntry <= numUdpDestinations) {
if (iRxEntry < numUdpDestinations) {
LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry));
LOG(logINFO, ("\tOuter %s\n", (numInterfaces == 2)