netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: marek <cervajs64@gmail.com>
To: netfilter@vger.kernel.org
Subject: ipset swap to nftables set
Date: Fri, 29 Sep 2023 15:44:14 +0200	[thread overview]
Message-ID: <befa0f8e-e76f-8671-81b1-587351b0cf53@gmail.com> (raw)

hi,

i'm using in production ipset swap with ~3000 ip addr

i.e.

- change coming from customer (new ips, old ips deprecated)

- generation of new list /etc/sysconfig/ipset-new

- swap ipset-new with ipset

transaction is near real-time


now i'm moving from RHEL7 to RHEL9 (rocky, kernel 5.14, nftables 1.0.4) 
and trying move from ipset to nftables sets

nft add set ip filter blackhole { type ipv4_addr\; comment \"drop all 
packets from these hosts\" \; }
fill the set

now the new flow is

- change coming from customer (new ips, old ips deprecated)

- nft flush set ip filter blackhole

- nft add element ip filter blackhole { X }   (bash for loop)


it tooks 10sec

can you recommend better way? (performance similar to ipset swap)

thanks

Marek


             reply	other threads:[~2023-09-29 13:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-29 13:44 marek [this message]
2023-09-29 14:30 ` ipset swap to nftables set Eric
2023-09-29 14:36   ` Reindl Harald
2023-09-29 14:59     ` Kerin Millar
2023-09-29 14:41 ` Kerin Millar
2023-09-29 19:47   ` marek
2023-09-29 19:59     ` Reindl Harald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=befa0f8e-e76f-8671-81b1-587351b0cf53@gmail.com \
    --to=cervajs64@gmail.com \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).