Commit a67fd55
netfilter: nf_tables: remove redundant chain validation on register store
This validation predates the introduction of the state machine that
determines when to enter slow path validation for error reporting.
Currently, table validation is perform when:
- new rule contains expressions that need validation.
- new set element with jump/goto verdict.
Validation on register store skips most checks with no basechains, still
this walks the graph searching for loops and ensuring expressions are
called from the right hook. Remove this.
Fixes: a654de8 ("netfilter: nf_tables: fix chain dependency validation")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>1 parent 5ec8ca2 commit a67fd55
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11676 | 11676 | | |
11677 | 11677 | | |
11678 | 11678 | | |
11679 | | - | |
11680 | | - | |
11681 | 11679 | | |
11682 | 11680 | | |
11683 | 11681 | | |
11684 | 11682 | | |
11685 | | - | |
11686 | | - | |
11687 | | - | |
11688 | | - | |
11689 | | - | |
11690 | | - | |
11691 | | - | |
11692 | | - | |
11693 | | - | |
11694 | 11683 | | |
11695 | 11684 | | |
11696 | 11685 | | |
| |||
0 commit comments