mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-05 02:49:01 +00:00
Add a makefile target 'reg-tests' to run all regression testing file
found in 'reg-tests' directory.
Add reg-tests/lua/h00000.vtc first regression testing file for a LUA
fixed by f874a83
commit.
4 lines
100 B
Lua
4 lines
100 B
Lua
core.register_action("foo", { "http-req" }, function(txn)
|
|
txn.sc:ipmask(txn.f:src(), 24, 112)
|
|
end)
|