commit | 63aea29060025fd2732680aa48a6b97687b93af8 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 28 00:06:03 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Dec 07 13:22:48 2016 +0100 |
tree | aaae3dc63921e12bdbf2978aebb5e0739ff615f8 | |
parent | 8aeff920dcc9b3f8cf43042a76428582634d9208 [diff] |
netfilter: nft_objref: support for stateful object maps This patch allows us to refer to stateful object dictionaries, the source register indicates the key data to be used to look up for the corresponding state object. We can refer to these maps through names or, alternatively, the map transaction id. This allows us to refer to both anonymous and named maps. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>