]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Adding 'coa' list in 'debug_all' policy 1297/head
authorJorge Pereira <jpereiran@gmail.com>
Sun, 4 Oct 2015 07:15:41 +0000 (04:15 -0300)
committerJorge Pereira <jpereiran@gmail.com>
Sun, 4 Oct 2015 07:15:41 +0000 (04:15 -0300)
raddb/policy.d/debug

index 75a0757ad303f0c1c747b351b7f51a019010f8ce..3cc8042073a8b57dd29cc4789f02d38a4048775e 100644 (file)
@@ -16,6 +16,15 @@ debug_request {
        }
 }
 
+#
+#  Outputs the contents of the coa list in debugging (-X) mode
+#
+debug_coa {
+       if("%{debug_attr:coa:}" == '') {
+               noop
+       }
+}
+
 #
 #  Outputs the contents of the reply list in debugging (-X) mode
 #
@@ -40,6 +49,7 @@ debug_session_state {
 debug_all {
        debug_control
        debug_request
+       debug_coa
        debug_reply
        debug_session_state
 }