Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ef77922776b11c734c75e0c30476d081d5896a96
/
.
/
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
)