Commit da10739
committed
netfilter: nf_tables: reject immediate NF_QUEUE verdict
nft_queue is always used from userspace nftables to deliver the NF_QUEUE
verdict. Immediately emitting an NF_QUEUE verdict is never used by the
userspace nft tools, so reject immediate NF_QUEUE verdicts.
The arp family does not provide queue support, but such an immediate
verdict is still reachable. Globally reject NF_QUEUE immediate verdicts
to address this issue.
Fixes: f342de4 ("netfilter: nf_tables: reject QUEUE/DROP verdict parameters")
Signed-off-by: Pablo Neira Ayuso <[email protected]>1 parent 3d5d488 commit da10739
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11667 | 11667 | | |
11668 | 11668 | | |
11669 | 11669 | | |
11670 | | - | |
11671 | | - | |
11672 | 11670 | | |
11673 | 11671 | | |
11674 | 11672 | | |
| |||
11703 | 11701 | | |
11704 | 11702 | | |
11705 | 11703 | | |
| 11704 | + | |
| 11705 | + | |
| 11706 | + | |
| 11707 | + | |
| 11708 | + | |
11706 | 11709 | | |
11707 | 11710 | | |
11708 | 11711 | | |
| |||
0 commit comments