From: Jorge Pereira Date: Tue, 6 Oct 2015 22:30:34 +0000 (-0300) Subject: Adding new policy 'debug_proxy_request' X-Git-Tag: release_3_0_11~288^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0e12bba227b4653f0fec1ae0eb545efa5c487e;p=thirdparty%2Ffreeradius-server.git Adding new policy 'debug_proxy_request' --- 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 #