netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPSET create exists issue
@ 2025-03-26  8:55 Rob Bloemers
  2025-03-26 11:24 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Bloemers @ 2025-03-26  8:55 UTC (permalink / raw)
  To: netfilter-devel

Hi Netfilter,

Hope this is the correct list to email, else I’m eager to hear which route to take.

Using netfilter-persistent package on ubuntu an iptables restart gives error when reloading iptables and a ipset already exists. Afaics -exist ought to work, but it still returns error code 1 and systemctl perceives this as an error.

/usr/share/netfilter-persistent/plugins.d/10-ipset start

Which runs: ipset restore -exist < /etc/iptables/ipset 
Still returns: ipset v7.15: Error in line 1: Set cannot be created: set with the same name already exists

ipset restore -exist < /etc/iptables/ipsets                                                              
ipset v7.15: Error in line 1: Set cannot be created: set with the same name already exists

ipset create -exist vxs hash:ip family inet hashsize 1024 maxelem 65536 bucketsize 12 initval 0x9bb42fcc
ipset v7.15: Set cannot be created: set with the same name already exists

Also when directly using ipset create / restore I get an error where I expected it to be quiet because of the -exist.


Looking forward to your reply,
Respectfully 
Rob Bloemers

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

end of thread, other threads:[~2025-04-02  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-26  8:55 IPSET create exists issue Rob Bloemers
2025-03-26 11:24 ` Jozsef Kadlecsik
2025-04-02  8:37   ` Rob Bloemers

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 NNTP newsgroup(s).