I am trying to create fast track for specific address lists.
I have seen both examples of it on the forum. With both versions CPIU is lowered and I see fastrrack counter incremented in IP/Settings.
Which one is suppose to be first?
With this version, I see both fasttrack rule and accept rule packets being incremented not exactly the same value but very close
add action=fasttrack-connection chain=forward comment=\
"fasttrack all communication from device networks" connection-state=\
established,related hw-offload=yes log-prefix=DEVICE-NETWORKS \
src-address-list=DEVICE-NETWORKS
add action=accept chain=forward comment=\
"allow all communication from device networks" connection-state="" \
log-prefix=DEVICE-NETWORKS src-address-list=DEVICE-NETWORKS
if I try this one, then fasttrack rule packets dont get incremented at all. It stays at 0. Only the accept rule and dummy counter is being incremented.
add action=accept chain=forward comment=\
"allow all communication from device networks" connection-state="" \
log-prefix=DEVICE-NETWORKS src-address-list=DEVICE-NETWORKS
add action=fasttrack-connection chain=forward comment=\
"fasttrack all communication from device networks" connection-state=\
established,related hw-offload=yes log-prefix=DEVICE-NETWORKS \
src-address-list=DEVICE-NETWORKS