From: Aurelien DARRAGON Date: Wed, 30 Oct 2024 16:37:39 +0000 (+0100) Subject: DOC: config: add missing glitch_{cnt,rate} sample definitions X-Git-Tag: v3.1-dev11~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0686fd8cfccd7ff12211b8253bf2446d62c90a18;p=thirdparty%2Fhaproxy.git DOC: config: add missing glitch_{cnt,rate} sample definitions Following previous commit, when glitch_cnt and glitch_rate data types were implemented in c9c6b683f ("MEDIUM: stick-tables: add a new stored type for glitch_cnt and glitch_rate"), newly exposed samples such as table_glitch_cnt(), table_glitch_rate, src_glitch_cnt() and src_glitch_rate() were documented but their definitions was missing in supported keywords list. It should be backported in 3.0 with c9c6b683f --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 556c067768..35ec6dfb68 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -19808,6 +19808,8 @@ table_conn_cnt(table) string integer table_conn_cur(table) string integer table_conn_rate(table) string integer table_expire(table[,default_value]) string integer +table_glitch_cnt(table) string integer +table_glitch_rate(table) string integer table_gpc(idx,table) string integer table_gpc0(table) string integer table_gpc0_rate(table) string integer @@ -22342,6 +22344,8 @@ src_get_gpc0([]) integer src_get_gpc1([
]) integer src_get_gpt([,
]) integer src_get_gpt0([
]) integer +src_glitch_cnt([
]) integer +src_glitch_rate([
]) integer src_gpc_rate([,
]) integer src_gpc0_rate([
]) integer src_gpc1_rate([
]) integer