mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
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.
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)
|