]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
We don't need to qualify the enums in the calix dictionary
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Jul 2023 03:58:20 +0000 (20:58 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 03:58:20 +0000 (20:58 -0700)
share/dictionary/radius/dictionary.calix

index 6f73ffd8226ed00d956d2880c682009e36917fc4..bdf1eefe3e65d676d7b40e3b920d4fa0bbe89b86 100644 (file)
@@ -25,17 +25,17 @@ ATTRIBUTE   CMS-User-Group                          220     string
 
 # Attribute for alarm filter – optional, default 1 (alarm enabled)
 ATTRIBUTE      CMS-Alarm-Filter                        221     integer
-VALUE  CMS-Alarm-Filter                AlarmDisabled           0
-VALUE  CMS-Alarm-Filter                AlarmEnabled            1
+VALUE  CMS-Alarm-Filter                Disabled                0
+VALUE  CMS-Alarm-Filter                Enabled         1
 
 # Attribute for event filter – optional, default 0 (event disabled)
 ATTRIBUTE      CMS-Event-Filter                        222     integer
-VALUE  CMS-Event-Filter                EventDisabled           0
-VALUE  CMS-Event-Filter                EventEnabled            1
+VALUE  CMS-Event-Filter                Disabled                0
+VALUE  CMS-Event-Filter                Enabled         1
 
 # Attribute for threshold event filter – optional, default 0 (disabled)
 ATTRIBUTE      CMS-Threshold-Event-Filter              223     integer
-VALUE  CMS-Threshold-Event-Filter      ThresholdEventDisabled  0
-VALUE  CMS-Threshold-Event-Filter      ThresholdEventEnabled   1
+VALUE  CMS-Threshold-Event-Filter      Disabled        0
+VALUE  CMS-Threshold-Event-Filter      Enabled 1
 
 END-VENDOR     Calix