I was converting my iptables rules to nbtables and the script produced a few errors.
One of them was: add rule ip6 mangle protos_check meta l4proto carp counter return which was translated from -A protos_check --protocol 112 --jump RETURN
Anyhow when I try to run nft this line produces and error.
Is there a specific module needed for this?
112
should be translated tovrrp
instead though (or remain numeric as-is; should also work). en.m.wikipedia.org/wiki/Virtual_Router_Redundancy_Protocolcounter
is pretty much irrelevant to real question. It's just a generic tag that adds a counter to the rule for its matched traffics