From: Alan T. DeKok Date: Tue, 24 Jan 2012 14:55:30 +0000 (+0100) Subject: Put quotes around string X-Git-Tag: release_2_2_0~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a7bf34bddcd12ee3bdefc7faff15069311d824;p=thirdparty%2Ffreeradius-server.git Put quotes around string --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 21395ccde06..6163f1e33a8 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -204,7 +204,7 @@ policy { update request { User-Name = "DHCP-%{DHCP-Client-Hardware-Address}" Calling-Station-Id = "%{DHCP-Client-Hardware-Address}" - NAS-IP-Address = %{%{DHCP-Gateway-IP-Address}:-127.0.0.1} + NAS-IP-Address = "%{%{DHCP-Gateway-IP-Address}:-127.0.0.1}" Acct-Status-Type = Start }