From: Alan T. DeKok Date: Mon, 29 Jun 2020 12:27:12 +0000 (-0400) Subject: make it a real bit field X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cd6797348a03e2025fa6882e29dd83dadc5dea;p=thirdparty%2Ffreeradius-server.git make it a real bit field --- diff --git a/share/dictionary/radius/dictionary.rfc5580 b/share/dictionary/radius/dictionary.rfc5580 index c8fbd2e4e92..aff435e52dd 100644 --- a/share/dictionary/radius/dictionary.rfc5580 +++ b/share/dictionary/radius/dictionary.rfc5580 @@ -43,11 +43,12 @@ ATTRIBUTE Extended-Location-Policy-Rules 130 string # # Really a bit-packed field # -ATTRIBUTE Location-Capable 131 integer -VALUE Location-Capable Civic-Location 1 -VALUE Location-Capable Geo-Location 2 -VALUE Location-Capable Users-Location 4 -VALUE Location-Capable NAS-Location 8 +ATTRIBUTE Location-Capable 131 struct +MEMBER Civic-Location-Capable bit[1] +MEMBER Geo-Location-Capable bit[1] +MEMBER Users-Location-Capable bit[1] +MEMBER NAS-Location-Capable bit[1] +MEMBER Location-Capable-Reserved bit[4] ATTRIBUTE Requested-Location-Info 132 integer VALUE Requested-Location-Info Civic-Location 1