summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/nf_nat.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2015-03-19 13:34:18 +0000
committerPatrick McHardy <kaber@trash.net>2015-04-12 19:59:27 +0100
commit7b5248972d9f2122c7b3683ca205d3165e7a9255 (patch)
tree619a70e2ddf2d56eae85040f4217705239726e67 /include/linux/netfilter/nf_nat.h
parent38a077f7af8a2151b565e3cb324901b48afd299e (diff)
setelem: add timeout support for set elements
Support specifying per element timeout values and displaying the expiration time. If an element should not use the default timeout value of the set, an element specific value can be specified as follows: # nft add element filter test { 192.168.0.1, 192.168.0.2 timeout 10m} For listing of elements that use the default timeout value, just the expiration time is shown, otherwise the element specific timeout value is also displayed: set test { type ipv4_addr timeout 1h elements = { 192.168.0.2 timeout 10m expires 9m59s, 192.168.0.1 expires 59m59s} } Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/nf_nat.h')
0 files changed, 0 insertions, 0 deletions