From 8b0e12bba227b4653f0fec1ae0eb545efa5c487e Mon Sep 17 00:00:00 2001 From: Jorge Pereira Date: Tue, 6 Oct 2015 19:30:34 -0300 Subject: [PATCH] Adding new policy 'debug_proxy_request' --- raddb/policy.d/debug | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/raddb/policy.d/debug b/raddb/policy.d/debug index 3cc8042073a..26583f13358 100644 --- a/raddb/policy.d/debug +++ b/raddb/policy.d/debug @@ -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 # -- 2.47.3