Christopher Faulet
245cf795c1
MINOR: actions: Add flags to configure the action behaviour
...
Some flags can now be set on an action when it is registered. The flags are
defined in the act_flag enum. For now, only ACT_FLAG_FINAL may be set on an
action to specify if it stops the rules evaluation. It is set on
ACT_ACTION_ALLOW, ACT_ACTION_DENY, ACT_HTTP_REQ_TARPIT, ACT_HTTP_REQ_AUTH,
ACT_HTTP_REDIR and ACT_TCP_CLOSE actions. But, when required, it may also be set
on custom actions.
Consequently, this flag is checked instead of the action type during the
configuration parsing to trigger a warning when a rule inhibits all the
following ones.
2020-01-20 15:18:45 +01:00
..
2020-01-20 14:01:52 +01:00
2020-01-17 18:30:36 +01:00
2020-01-18 06:45:54 +01:00
2019-12-06 17:20:26 +01:00
2020-01-20 15:18:45 +01:00
2019-12-03 11:49:00 +01:00
2020-01-07 10:51:15 +01:00
2019-12-30 15:18:16 +01:00
2020-01-16 16:26:41 +01:00
2020-01-17 18:30:37 +01:00
2019-12-06 17:20:26 +01:00
2020-01-20 15:18:45 +01:00
2019-12-27 16:38:47 +01:00
2019-12-27 14:04:33 +01:00
2019-12-27 14:04:33 +01:00
2019-12-27 14:04:33 +01:00
2020-01-20 15:18:45 +01:00
2019-12-20 08:09:28 +01:00
2019-11-15 13:43:08 +01:00
2020-01-15 10:58:17 +01:00
2020-01-20 15:18:45 +01:00
2019-11-15 13:43:08 +01:00
2019-12-11 16:46:16 +01:00
2020-01-06 13:58:21 +01:00
2019-11-25 11:11:32 +01:00
2020-01-20 15:18:45 +01:00
2020-01-16 08:23:42 +01:00
2020-01-20 15:18:45 +01:00
2020-01-20 15:18:45 +01:00
2020-01-20 15:18:45 +01:00
2020-01-20 15:18:45 +01:00
2020-01-20 15:18:45 +01:00
2020-01-08 16:15:23 +01:00
2020-01-08 19:39:09 +01:00
2019-12-11 12:05:39 +01:00
2020-01-17 18:30:37 +01:00
2020-01-20 15:18:45 +01:00
2020-01-17 18:30:37 +01:00
2020-01-17 18:30:37 +01:00
2019-12-11 14:26:53 +01:00
2020-01-17 18:30:06 +01:00
2019-11-20 13:38:13 +01:00
2019-12-27 16:38:43 +01:00
2019-12-10 19:09:15 +01:00
2019-12-11 16:29:10 +01:00
2020-01-16 07:04:05 +01:00
2020-01-17 18:30:37 +01:00
2019-11-15 15:48:12 +01:00
2019-12-19 09:19:13 +01:00
2020-01-09 05:54:48 +01:00
2020-01-07 18:15:32 +01:00
2019-11-15 15:48:12 +01:00
2020-01-18 06:42:30 +01:00
2020-01-20 15:18:45 +01:00
2020-01-20 15:18:45 +01:00
2020-01-17 17:24:30 +01:00
2020-01-20 15:18:45 +01:00
2019-12-19 14:42:22 +01:00
2020-01-20 15:18:45 +01:00
2019-11-25 19:47:22 +01:00
2020-01-17 18:30:37 +01:00