testcases/maps/dumps/typeof_maps_add_delete.nft:10:3-19: Error: Could not process rule: Invalid argument
		ip saddr @dynmark counter packets 0 bytes 0 comment "should not increment"
		^^^^^^^^^^^^^^^^^
testcases/maps/dumps/typeof_maps_add_delete.nft:11:12-13: Error: Could not process rule: Invalid argument
		ip saddr != @dynmark add @dynmark { ip saddr : 0x00000001 } counter packets 1 bytes 84
		         ^^
testcases/maps/dumps/typeof_maps_add_delete.nft:12:3-19: Error: Could not process rule: Invalid argument
		ip saddr @dynmark counter packets 1 bytes 84 comment "should increment"
		^^^^^^^^^^^^^^^^^
testcases/maps/dumps/typeof_maps_add_delete.nft:13:3-19: Error: Could not process rule: Invalid argument
		ip saddr @dynmark delete @dynmark { ip saddr : 0x00000001 }
		^^^^^^^^^^^^^^^^^
testcases/maps/dumps/typeof_maps_add_delete.nft:14:3-19: Error: Could not process rule: Invalid argument
		ip saddr @dynmark counter packets 0 bytes 0 comment "delete should be instant but might fail under memory pressure"
		^^^^^^^^^^^^^^^^^
<<<<<

Calling `nft --check` (or `nft flush ruleset`) failed for "testcases/maps/dumps/typeof_maps_add_delete.nft"
