]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: generalise transaction infrastructure
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Apr 2014 23:24:07 +0000 (01:24 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 May 2014 10:06:10 +0000 (12:06 +0200)
commit29bcd36b4c563df1d547b4f7d194b00c491a407b
tree35912d1927792f2f2d2c0f9e61d573a444abebfa
parent229734fef8f859d60efa7ede708bd2ed2ad9a6d5
netfilter: nf_tables: generalise transaction infrastructure

This patch generalises the existing rule transaction infrastructure
so it can be used to handle set, table and chain object transactions
as well. The transaction provides a data area that stores private
information depending on the transaction type.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c