blob: b056ed106b45ca9e0e3cbf305d6bc0b301fa3fe6 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001#
2# If you want the server to pretend that it is dead,
3# then use the "do_not_respond" policy.
4#
5do_not_respond {
6 update control {
7 Response-Packet-Type := Do-Not-Respond
8 }
9
10 handled
11}
12
13#
14# Have the server accept the current request.
15# Can only be called from authorize.
16# Unlike calling the always module instance 'reject' the request will continue to be processed.
17#
18accept.authorize {
19 update control {
20 Auth-Type := accept
21 }
22}