When i create mangle rule example mark-routing the following happens:
The rule is created with:
chain=prerouting action=mark-routing new-routing-mark=Modem1 passthrough=no in-interface=eth1_Local connection-mark=Balance1 nth=2,0
It sems that any new rule getss added with this nth config. This is also happening on with src-nat dst-nat etc…
Is nth=2,0 supposed to mean nth is disabled??
Regards