If I just run: nft list ruleset > rules.txt add: flush ruleset to the top of the file, add the: counter statement to the flowtable section, and then: nft -f rules.txt This should atomically add the "counter", but not impact traffic in any way, shape or form, correct? -Martin