//NextUniqueNumber is reserving 2 spaces for each unique number to apply changes starting with odd number and using even number to apply the 1st change
//and come bask on the odd number for the next update to apply
log.Info("Transactions processed on the TC-Engine quicker than they can be processed: current ",currentTransactionId," and last applied ",lastTransactionIdApplied)
}else{
log.Info("Transactions processed on the TC-Engine already applied ",currentTransactionId," vs last applied ",lastTransactionIdApplied)
//"tc filter add dev eth0 parent ffff: protocol ip prio $ifbNumber u32 match ip src $ipsrc match u32 0 0 action mirred egress redirect dev $ifb$ifbnumber"
str:="tc filter add dev eth0 parent ffff: protocol ip prio "+ifbNumber+" u32 match ip src "+ipSrc+" match u32 0 0 action mirred egress redirect dev ifb"+ifbNumber