From: Alan T. DeKok Date: Sun, 15 Mar 2009 09:26:18 +0000 (+0100) Subject: Added a "do not respond" policy X-Git-Tag: release_2_1_7~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f138820bc62c424a05b3ce87dc38cc79d810205;p=thirdparty%2Ffreeradius-server.git Added a "do not respond" policy --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 21a381abe61..d7c89d922c7 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -51,4 +51,16 @@ policy { reject } } + + # + # 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 + } }