commit | 28436e23d313d5986ddb97c9b4a5a0e5e78b2a42 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 18 10:25:46 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | 2501187a0e35f479204a0363a216ef091b49a501 | |
parent | cb5501327c7ece8a9b5b07c9a839419e45d9ee4a [diff] |
BUG/MINOR: stick-table: Use MAX_SESS_STKCTR as the max track ID during parsing During the parsing of the sc-inc-gpc0, sc-inc-gpc1 and sc-inc-gpt1 actions, the maximum stick table track ID allowed is tested against ACT_ACTION_TRK_SCMAX. It is the action number and not the maximum number of stick counters. Instead, MAX_SESS_STKCTR must be used. This patch must be backported to all stable versions.