mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 23:44:41 +00:00
9931634e71
Add LEVEL #4 regression testing files which is dedicated to VTC files in relation with bugs they help to reproduce. At the date of this commit, all VTC files are LEVEL 4 VTC files.
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)
|