]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
make it a real bit field
authorAlan T. DeKok <aland@freeradius.org>
Mon, 29 Jun 2020 12:27:12 +0000 (08:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 29 Jun 2020 12:27:12 +0000 (08:27 -0400)
share/dictionary/radius/dictionary.rfc5580

index c8fbd2e4e9269634de315ccb827ccc9e041c7f28..aff435e52ddbd3ad260a478af78f89c4ed78f3bb 100644 (file)
@@ -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