]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: actions: Use an integer to set the action type
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Dec 2019 14:10:29 +0000 (15:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit006f6507d7bcd3ca09b7706f4bbfdecf2b265228
treeffb93a0eee53c699e964c311f418a863d22016ce
parent245cf795c12af77f29f3c6420cbb4dadd3bbd9e2
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.
include/types/action.h