commit | a55e22e92f1a31018e6dc8fce35380900f022c24 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Apr 11 02:27:31 2015 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 13 17:17:07 2015 +0200 |
tree | 6acac379a7a836efbae5aa2b0bac292b953f0db4 | |
parent | d07db9884a5fba8c8020166c86183c79a18d066a [diff] |
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage Replace the array of registers passed to expressions by a struct nft_regs, containing the verdict as a seperate member, which aliases to the NFT_REG_VERDICT register. This is needed to seperate the verdict from the data registers completely, so their size can be changed. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>