blob: b056ed106b45ca9e0e3cbf305d6bc0b301fa3fe6 [file] [log] [blame]
#
# If you want the server to pretend that it is dead,
# then use the "do_not_respond" policy.
#
do_not_respond {
update control {
Response-Packet-Type := Do-Not-Respond
}
handled
}
#
# Have the server accept the current request.
# Can only be called from authorize.
# Unlike calling the always module instance 'reject' the request will continue to be processed.
#
accept.authorize {
update control {
Auth-Type := accept
}
}