commit | c3e1b005ed1cc068fc9d454a6e745830d55d251d | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Mar 26 12:39:37 2015 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 01 11:17:28 2015 +0200 |
tree | 8d0a0ecff6682b87f1c0811f52c8ad933ab64d2d | |
parent | 761da2935d6e18d178582dbdf315a3a458555505 [diff] |
netfilter: nf_tables: add set element timeout support Add API support for set element timeouts. Elements can have a individual timeout value specified, overriding the sets' default. Two new extension types are used for timeouts - the timeout value and the expiration time. The timeout value only exists if it differs from the default value. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>