MINOR: action: Use a generic function to check validity of an action rule list
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Mar 2021 16:19:04 +0000 (17:19 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 13:34:22 +0000 (15:34 +0200)
commit42c6cf950111736327863de5e82036a1d51deb04
tree0a2e7b76549ef67bbfcd01b611e7eb4797e38365
parent2e96194d003b25f1ee91b9bd5e1d9d60108ea083
MINOR: action: Use a generic function to check validity of an action rule list

The check_action_rules() function is now used to check the validity of an
action rule list. It is used from check_config_validity() function to check
L5/6/7 rulesets.
include/haproxy/action.h
src/action.c
src/cfgparse.c