]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch the table
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2016 13:54:45 +0000 (14:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2016 13:56:33 +0000 (14:56 +0100)
commit79c1e912bb79680b072ce85fa7a0557187955b67
treea46233cd8e24565d85ddccedf3f0b58439879100
parent49008c157e762c7ed31f9c88ad54b6d6c42fbd77
BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch the table

These two actions don't touch the table so the entry will expire and
the values will not be pushed to other peers. Also in the case of gpc0,
the gpc0_rate counter must be updated. The issue was reported by
Ruoshan Huang.

This fix needs to be backported to 1.6.
src/stick_table.c