Control: tags -1 upstream Control: forwarded -1 https://bugzilla.netfilter.org/show_bug.cgi?id=1362
On Thu, 20 Dec 2018 15:19:25 +0200 debian-reportbug-2...@ssd.axu.tm wrote: > Package: nftables > Version: 0.9.0-2 > Severity: normal > > The following examples used to work with native iptables, but either > fail or produce the wrong functionality with nftables: > > bash# iptables-translate -4 -A bogoncheck -m set --match-set bogons4 src > -j DROP > nft # -4 -A bogoncheck -m set --match-set bogons4 src -j DROP > bash# > > (i.e. fails to translate rule) There is not translation possible for this AFAIK. Sorry for that. See here for more info: https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_ipset_to_nftables The rest of the bug report was forwarded upstream. thanks!