Florian Westphal 07a9da51b4 netfilter: x_tables: check standard verdicts in core
Userspace must provide a valid verdict to the standard target.

The verdict can be either a jump (signed int > 0), or a return code.

Allowed return codes are either RETURN (pop from stack), NF_ACCEPT, DROP
and QUEUE (latter is allowed for legacy reasons).

Jump offsets (verdict > 0) are checked in more detail later on when
loop-detection is performed.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2018-03-05 23:15:43 +01:00
..
2017-10-21 01:33:19 +01:00
2018-03-05 10:48:28 -05:00
2018-01-24 19:13:45 -05:00
2018-03-01 13:13:23 -05:00
2018-03-01 13:13:23 -05:00
2018-02-28 11:43:28 -05:00
2018-03-01 21:44:28 -05:00
2017-10-16 21:24:25 +01:00
2018-02-21 14:24:14 -05:00
2018-02-28 11:43:28 -05:00
2018-02-28 11:43:28 -05:00