mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05: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.
3 lines
100 B
Lua
3 lines
100 B
Lua
core.register_action("foo", { "http-req" }, function(txn)
|
|
txn.sc:ipmask(txn.f:src(), 24, 112)
|
|
end)
|