From: Alan T. DeKok Date: Wed, 13 Nov 2024 17:59:01 +0000 (-0500) Subject: delete attributes which are no longer necessary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc4af5942e8a13b14ef4e734b28edb4e2758524;p=thirdparty%2Ffreeradius-server.git delete attributes which are no longer necessary --- diff --git a/raddb/policy.d/vendor b/raddb/policy.d/vendor index c409512c0bf..8cb0da4b7e9 100644 --- a/raddb/policy.d/vendor +++ b/raddb/policy.d/vendor @@ -7,8 +7,12 @@ broadsoft-decode { foreach value ( BroadSoft-Attr-255 ) { if (value =~ /^([0-9]+)=(.*)$/) { -# &request.Broadsoft-Attr-255 -= value "&request.BroadSoft-Attr-%{1}" += "%{2}" } } + + # + # We don't need these any more. + # + request -= BroadSoft-Attr-255[*] }