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)
commit1081d11b086afb73e1d8f52f9047d661d8770b82
tree35912d1927792f2f2d2c0f9e61d573a444abebfa
parent7c95f6d866d861268a217003c5202009fa76f252
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