BUG/MINOR: stick-table: report the correct action name in error message
sc-inc-gpc() learned to use arrays in 2.5 with commit4d7ada8f9
("MEDIUM: stick-table: add the new arrays of gpc and gpc_rate"), but the error message says "sc-set-gpc" instead of "sc-inc-gpc". Let's fix this to avoid confusion. This can be backported to 2.5. (cherry picked from commit20391519c3
) Signed-off-by: Willy Tarreau <w@1wt.eu> (cherry picked from commit 59bf319279b1457c6f01b160764e79c27a5808c9) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
This commit is contained in:
parent
039e90dcc6
commit
d5036411eb
@ -2483,7 +2483,7 @@ static enum act_parse_ret parse_inc_gpc(const char **args, int *arg, struct prox
|
||||
}
|
||||
else {
|
||||
/* default stick table id. */
|
||||
memprintf(err, "invalid gpc ID '%s'. Expects sc-set-gpc(<GPC ID>,<Track ID>)", args[*arg-1]);
|
||||
memprintf(err, "invalid gpc ID '%s'. Expects sc-inc-gpc(<GPC ID>,<Track ID>)", args[*arg-1]);
|
||||
return ACT_RET_PRS_ERR;
|
||||
}
|
||||
rule->action = ACT_CUSTOM;
|
||||
|
Loading…
Reference in New Issue
Block a user