Hello, I have iptables rules that use sets defined with ipset and I wondering if it is possible to make nftables use these? An example iptables rule where LAN is an ipset as seen by "ipset list LAN": -A PBR_RULES -m set --match-set LAN src,src -m set --match-set LAN dst,dst -j PBR_RULES_001 The wiki page https://wiki.nftables.org/wiki-nftables/index.php/Supported_features_compared_to_xtables#set_2 says to use nftables builtin set infrastructure but I'd rather avoid trying to rework the part of our system that generates all the ipset stuff for now to make the transition easier. Regards, Thomas-- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html