]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy.get_srv_bck()
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 3 Apr 2023 09:00:18 +0000 (11:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 14:28:32 +0000 (16:28 +0200)
commitfc84553df8127c37105db8515feb36545d6beeb2
tree6f8e28e708d862de1f1b6d24da63968336e430ec
parentfc759b4ac22a3599c308425799af581365e8e248
MINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy.get_srv_bck()

Proxy.get_srv_act: number of active servers that are eligible for LB
Proxy.get_srv_bck: number of backup servers that are eligible for LB
doc/lua-api/index.rst
src/hlua_fcn.c