]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cfgparse-global: remove tune.fast-forward from common_kw_list
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 14 Aug 2024 18:05:58 +0000 (20:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 20 Aug 2024 17:16:34 +0000 (19:16 +0200)
commit2e6e159ac47468b6b65e9678c9e4d1fe746165e8
tree3eb875e34526e92c2ccea67cbf0f95304b872b25
parent731ef865e3ed04b4f1aa1ebca7aa8786d13847e7
BUG/MINOR: cfgparse-global: remove tune.fast-forward from common_kw_list

Remove tune.fast-forward from common_kw_list. It was replaced by
'tune.disable-fast-forward' and it's no longer present in "if..else if.."
parser from cfg_parse_global(). Otherwise, it may be shown as the best-match
keyword for some tune options, which is now wrong.

Should be backported in versions 2.9 and 3.0.
src/cfgparse-global.c