commit | 7c95f6d866d861268a217003c5202009fa76f252 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Apr 04 01:22:45 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:09 2014 +0200 |
tree | 9e6ea41e5cbcd040d20a2306f941f2e688b04793 | |
parent | 4c1f7818e4002ceb0498ef48cb7efa7a9597d210 [diff] |
netfilter: nf_tables: deconstify table and chain in context structure The new transaction infrastructure updates the family, table and chain objects in the context structure, so let's deconstify them. While at it, move the context structure initialization routine to the top of the source file as it will be also used from the table and chain routines. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>