netfilter: nf_tables: fix bogus rulenum after goto action
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 10 May 2014 16:46:02 +0000 (18:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 12 May 2014 14:33:10 +0000 (16:33 +0200)
commitf7e7e39b21c285ad73a62fac0736191b8d830704
tree8fbe1435d12728c7fadd09f8fc829437d365492d
parent7b9d5ef932297413adcbd8be98fe612b9527a312
netfilter: nf_tables: fix bogus rulenum after goto action

After returning from the chain that we just went to with no matchings,
we get a bogus rule number in the trace. To fix this, we would need
to iterate over the list of remaining rules in the chain to update the
rule number counter.

Patrick suggested to set this to the maximum value since the default
base chain policy is the very last action when the processing the base
chain is over.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_core.c