]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: add ip addresses and network manipulation function
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Thu, 10 Nov 2016 19:38:11 +0000 (20:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Nov 2016 09:42:30 +0000 (10:42 +0100)
commit62fec751830ebabe1c7781ee8892b42e5754697e
tree02286c650d96af6693a3421a1ebf865eb36300ea
parent65192f35d226d09a18ca7d3f63e75e40ee310505
MINOR: lua: add ip addresses and network manipulation function

Add two functions core.parse_addr() and core.match_addr() where are used
for matching networks.
doc/lua-api/index.rst
include/types/hlua.h
src/hlua_fcn.c