]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Adding new policy 'debug_proxy_request' 1307/head
authorJorge Pereira <jpereiran@gmail.com>
Tue, 6 Oct 2015 22:30:34 +0000 (19:30 -0300)
committerJorge Pereira <jpereiran@gmail.com>
Tue, 6 Oct 2015 22:30:34 +0000 (19:30 -0300)
raddb/policy.d/debug

index 3cc8042073a8b57dd29cc4789f02d38a4048775e..26583f13358c23387e6e27ede6c8b69880d8943d 100644 (file)
@@ -43,6 +43,15 @@ debug_session_state {
        }
 }
 
+#
+#  Outputs the contents of the proxy-request state list in debugging (-X) mode
+#
+debug_proxy_request {
+       if("%{debug_attr:proxy-request:}" == '') {
+               noop
+       }
+}
+
 #
 #  Outputs the contents of the main lists in debugging (-X) mode
 #