From: Alan T. DeKok Date: Tue, 24 Jan 2012 14:55:30 +0000 (+0100) Subject: Put quotes around string X-Git-Tag: release_3_0_0_beta0~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8746cadd934e55f9aead833ba0d9c23854e3667d;p=thirdparty%2Ffreeradius-server.git Put quotes around string --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 13afd595403..520cad58e20 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -343,7 +343,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 }