commit | 8aeff920dcc9b3f8cf43042a76428582634d9208 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 28 00:06:00 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Dec 07 13:22:47 2016 +0100 |
tree | edb2a7125951aba913d0a97c6093c4abc8e06570 | |
parent | 1896531710abcd9a961a17d0c5c6a9f537d479b6 [diff] |
netfilter: nf_tables: add stateful object reference to set elements This patch allows you to refer to stateful objects from set elements. This provides the infrastructure to create maps where the right hand side of the mapping is a stateful object. This allows us to build dictionaries of stateful objects, that you can use to perform fast lookups using any arbitrary key combination. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>