diff options
author | Florian Westphal <fw@strlen.de> | 2019-09-06 16:43:37 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2019-09-07 14:29:31 +0200 |
commit | cec665f34a91600550dbd14655b25ed2cc317233 (patch) | |
tree | c5b47f3c719d862a5a1f18ddd27320b7d3d9f319 /tests/shell/testcases/include/0009glob_nofile_1 | |
parent | 648cc618975ec27df2920cf2fa9841ba76cf21d0 (diff) |
evaluate: flag fwd and queue statements as terminal
Both queue and fwd statement end evaluation of a rule:
in
... fwd to "eth0" accept
... queue accept
"accept" is redundant and never evaluated in the kernel.
Add the missing "TERMINAL" flag so the evaluation step will catch
any trailing expressions:
nft add rule filter input queue counter
Error: Statement after terminal statement has no effect
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/include/0009glob_nofile_1')
0 files changed, 0 insertions, 0 deletions