commit | 006f6507d7bcd3ca09b7706f4bbfdecf2b265228 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 18 15:10:29 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | ffb93a0eee53c699e964c311f418a863d22016ce | |
parent | 245cf795c12af77f29f3c6420cbb4dadd3bbd9e2 [diff] |
MINOR: actions: Use an integer to set the action type <action> field in the act_rule structure is now an integer. The act_name values are used for all actions without action function (but it is not a pre-requisit though) or the action will have no effect. But for all other actions, any integer value may used, only the action function will take care of it. The default for such actions is ACT_CUSTOM.