All of lore.kernel.org
 help / color / mirror / Atom feed
* ipset vs. nftables set
@ 2024-11-12 14:55 Thomas Koeller
  2024-11-12 17:31 ` Kerin Millar
  2024-11-12 18:14 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 11+ messages in thread
From: Thomas Koeller @ 2024-11-12 14:55 UTC (permalink / raw)
  To: netfilter

Hi,

migrating my existing firewall setup from iptables + ipset to nftables, I ran into a problem.

The firewall uses an ipset containing ipv4 source addresses to implement a dynamic blacklist. There are multiple rules that use this
ipset, and these rules are in chains that belong to different tables. This doesn't seem to be possible with nftables sets, that
apparently always have to belong to one and only one table, is this correct? At least I couldn't figure out how to create a set that
is accessible throughout the entire ruleset.

Thomas


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-12 21:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 14:55 ipset vs. nftables set Thomas Koeller
2024-11-12 17:31 ` Kerin Millar
2024-11-12 17:46   ` Slavko
2024-11-12 18:14     ` Pablo Neira Ayuso
2024-11-12 18:18       ` Florian Westphal
2024-11-12 18:28         ` Pablo Neira Ayuso
2024-11-12 19:44         ` Kerin Millar
2024-11-12 19:57           ` Pablo Neira Ayuso
2024-11-12 20:23             ` Kerin Millar
2024-11-12 21:04               ` Slavko
2024-11-12 18:14 ` Pablo Neira Ayuso

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.