Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
57c99ec18e8254742f45aaa2100c0c4357cba6c7
/
.
/
reg-tests
/
lua
/
b00000.lua
blob: d2401fad83bf3e3a9a0e7485fa1d9ce900a569b9 [
file
] [
log
] [
blame
]
core
.
register_action
(
"foo"
,
{
"http-req"
},
function
(
txn
)
txn
.
sc
:
ipmask
(
txn
.
f
:
src
(),
24
,
112
)
end
)