]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: add Patref:add()
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 26 Nov 2024 07:38:23 +0000 (08:38 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 29 Nov 2024 06:23:32 +0000 (07:23 +0100)
commit6cc2662ce7ab73b86b0458aeb95e16c68ac2a837
tree0ac02f763eba602b9c1d9996cbfe7782005bf7e1
parent3bcc653ce1cd11e24c23f1a7dc6e57c0fc224410
MINOR: hlua_fcn: add Patref:add()

Just like "add map" and "add acl" on the cli, the Patref:add() method can
be used to add a new entry to the pattern reference pointed to by the
Lua Patref object. The update will target the live pattern reference
version, unless Patref:prepare() is ongoing.
doc/lua-api/index.rst
src/hlua_fcn.c