netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ipset patches
@ 2013-02-21 16:45 Jozsef Kadlecsik
  2013-02-21 16:45 ` [PATCH 1/2] netfilter: ipset: timeout values corrupted on set resize Jozsef Kadlecsik
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jozsef Kadlecsik @ 2013-02-21 16:45 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso

Hi Pablo,

Please consider applying the next two patches against your nf tree.
You can pull the changes from

git://blackhole.kfki.hu/nf master

Best regards,
Jozsef

Josh Hunt (1):
  netfilter: ipset: timeout values corrupted on set resize

Jozsef Kadlecsik (1):
  netfilter: ipset: "Directory not empty" error message

 include/linux/netfilter/ipset/ip_set_ahash.h |    4 +++-
 net/netfilter/ipset/ip_set_core.c            |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [patch 0/2] Ipset patches
@ 2011-01-19 20:26 holger
  2011-01-19 21:59 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 6+ messages in thread
From: holger @ 2011-01-19 20:26 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: netfilter-devel

Hi Jozsef,

what follows are two small patches which remove unneeded argv[]
loops when parsing the ipset commands.  They are in particular no
change in command line handling.

The command line handling can still be improved, as e. g.

 $ ipset -o xml create foo hash:ip
 $ ipset -s add foo 192.168.1.1

both work, but the options are just ignored.  And they don't
make much sense for either 'create' or 'add'.

Also we should consider to make the argument handling a little
more strict, as e. g.

 $ ipset -o xml list foo
 $ ipset list -o xml foo
 $ ipset list foo -o xml

all work.  By removing some of those possibilities it should even
get simpler code wise.

 /holger

-- 

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

end of thread, other threads:[~2013-02-25 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 16:45 [PATCH 0/2] ipset patches Jozsef Kadlecsik
2013-02-21 16:45 ` [PATCH 1/2] netfilter: ipset: timeout values corrupted on set resize Jozsef Kadlecsik
2013-02-21 16:45 ` [PATCH 2/2] netfilter: ipset: "Directory not empty" error message Jozsef Kadlecsik
2013-02-25 15:36 ` [PATCH 0/2] ipset patches Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2011-01-19 20:26 [patch 0/2] Ipset patches holger
2011-01-19 21:59 ` Jozsef Kadlecsik

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).