2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 10:44:14 +08:00
linux-next/net/netfilter/ipset
Jozsef Kadlecsik 5416219e5c netfilter: ipset: timeout can be modified for already added elements
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

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-06-16 18:40:55 +02:00
..
ip_set_bitmap_ip.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_bitmap_ipmac.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_bitmap_port.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_core.c rtnetlink: Compute and store minimum ifinfo dump size 2011-06-09 20:38:07 -07:00
ip_set_getport.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_ip.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_hash_ipport.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_hash_ipportip.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_hash_ipportnet.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_hash_net.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_hash_netport.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
ip_set_list_set.c netfilter: ipset: timeout can be modified for already added elements 2011-06-16 18:40:55 +02:00
Kconfig netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK 2011-02-10 10:13:07 +01:00
Makefile netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
pfxlen.c netfilter: ipset: IP set core support 2011-02-01 15:28:35 +01:00