All of lore.kernel.org
 help / color / mirror / Atom feed
* ipset support for nftables?
@ 2017-11-10  3:25 Thomas Winter
  0 siblings, 0 replies; only message in thread
From: Thomas Winter @ 2017-11-10  3:25 UTC (permalink / raw)
  To: netfilter

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-10  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10  3:25 ipset support for nftables? Thomas Winter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.