netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: netfilter-devel@vger.kernel.org, Pablo Neira Ayuso <pablo@netfilter.org>
Subject: Re: [PATCH 01/15] netfilter: ipset: Timeout can be modified for already added elements
Date: Thu, 16 Jun 2011 18:41:39 +0200	[thread overview]
Message-ID: <4DFA3243.5070709@trash.net> (raw)
In-Reply-To: <1307465780-28980-2-git-send-email-kadlec@blackhole.kfki.hu>

On 07.06.2011 18:56, Jozsef Kadlecsik wrote:
> When an element to a set with timeout added, one can change the timeout
> by "readding" the element with the "-exist" flag. That means the timeout
> value is reset to the specified one (or to the default from the set
> specification if the "timeout n" option is not used). Example
> 
> ipset add foo 1.2.3.4 timeout 10
> ipset add foo 1.2.3.4 timeout 600 -exist

Applied, thanks.

      parent reply	other threads:[~2011-06-16 16:41 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-07 16:56 [PATCH 00/15] ipset patches against nf-next-2.6, next try Jozsef Kadlecsik
2011-06-07 16:56 ` [PATCH 01/15] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
2011-06-07 16:56   ` [PATCH 02/15] netfilter: ipset: Whitespace fixes: some space before tab slipped in Jozsef Kadlecsik
2011-06-07 16:56     ` [PATCH 03/15] netfilter: ipset: Options and flags support added to the kernel API Jozsef Kadlecsik
2011-06-07 16:56       ` [PATCH 04/15] netfilter: ipset: Support listing setnames and headers too Jozsef Kadlecsik
2011-06-07 16:56         ` [PATCH 05/15] netfilter: ipset: Fix adding ranges to hash types Jozsef Kadlecsik
2011-06-07 16:56           ` [PATCH 06/15] netfilter: ipset: Set type support with multiple revisions added Jozsef Kadlecsik
2011-06-07 16:56             ` [PATCH 07/15] netfilter: ipset: Support range for IPv4 at adding/deleting elements for hash:*net* types Jozsef Kadlecsik
2011-06-07 16:56               ` [PATCH 08/15] netfilter: ipset: Adding ranges to hash types with timeout could still fail, fixed Jozsef Kadlecsik
2011-06-07 16:56                 ` [PATCH 09/15] netfilter: ipset: Take into account cidr value for the from address when creating the set Jozsef Kadlecsik
2011-06-07 16:56                   ` [PATCH 10/15] netfilter: ipset: Use unified from/to address masking and check the usage Jozsef Kadlecsik
2011-06-07 16:56                     ` [PATCH 11/15] netfilter: ipset: Add xt_action_param to the variant level kadt functions, ipset API change Jozsef Kadlecsik
2011-06-07 16:56                       ` [PATCH 12/15] netfilter: ipset: Fix return code for destroy when sets are in use Jozsef Kadlecsik
2011-06-07 16:56                         ` [PATCH 13/15] netfilter: ipset: Use the stored first cidr value instead of '1' Jozsef Kadlecsik
2011-06-07 16:56                           ` [PATCH 14/15] netfilter: ipset: hash:net,iface type introduced Jozsef Kadlecsik
2011-06-07 16:56                             ` [PATCH 15/15] netfilter: ipset: Whitespace and coding fixes detected by checkpatch.pl Jozsef Kadlecsik
2011-06-16 17:01                               ` Patrick McHardy
2011-06-16 17:01                             ` [PATCH 14/15] netfilter: ipset: hash:net,iface type introduced Patrick McHardy
2011-06-16 16:58                           ` [PATCH 13/15] netfilter: ipset: Use the stored first cidr value instead of '1' Patrick McHardy
2011-06-16 16:58                         ` [PATCH 12/15] netfilter: ipset: Fix return code for destroy when sets are in use Patrick McHardy
2011-06-16 16:57                       ` [PATCH 11/15] netfilter: ipset: Add xt_action_param to the variant level kadt functions, ipset API change Patrick McHardy
2011-06-16 16:56                     ` [PATCH 10/15] netfilter: ipset: Use unified from/to address masking and check the usage Patrick McHardy
2011-06-16 16:55                   ` [PATCH 09/15] netfilter: ipset: Take into account cidr value for the from address when creating the set Patrick McHardy
2011-06-16 16:54                 ` [PATCH 08/15] netfilter: ipset: Adding ranges to hash types with timeout could still fail, fixed Patrick McHardy
2011-06-16 16:53               ` [PATCH 07/15] netfilter: ipset: Support range for IPv4 at adding/deleting elements for hash:*net* types Patrick McHardy
2011-06-16 16:52             ` [PATCH 06/15] netfilter: ipset: Set type support with multiple revisions added Patrick McHardy
2011-06-16 16:51           ` [PATCH 05/15] netfilter: ipset: Fix adding ranges to hash types Patrick McHardy
2011-06-16 16:49         ` [PATCH 04/15] netfilter: ipset: Support listing setnames and headers too Patrick McHardy
2011-06-16 16:46       ` [PATCH 03/15] netfilter: ipset: Options and flags support added to the kernel API Patrick McHardy
2011-06-16 16:42     ` [PATCH 02/15] netfilter: ipset: Whitespace fixes: some space before tab slipped in Patrick McHardy
2011-06-16 16:41   ` Patrick McHardy [this message]

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=4DFA3243.5070709@trash.net \
    --to=kaber@trash.net \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.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 NNTP newsgroup(s).