commit | 1081d11b086afb73e1d8f52f9047d661d8770b82 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Apr 04 01:24:07 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:10 2014 +0200 |
tree | 35912d1927792f2f2d2c0f9e61d573a444abebfa | |
parent | 7c95f6d866d861268a217003c5202009fa76f252 [diff] |
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>