Fix values as note on list
authorAlan T. DeKok <aland@freeradius.org>
Thu, 3 Sep 2009 13:31:42 +0000 (15:31 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 3 Sep 2009 13:31:42 +0000 (15:31 +0200)
and

http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080891919.shtml

share/dictionary.airespace

index e163a15..9d7cd3a 100644 (file)
@@ -14,10 +14,9 @@ ATTRIBUTE    Airespace-8021p-Tag                     4       integer
 ATTRIBUTE      Airespace-Interface-Name                5       string
 ATTRIBUTE      Airespace-ACL-Name                      6       string
 
-VALUE  Airespace-QOS-Level             Bronze                  0
-VALUE  Airespace-QOS-Level             Silver                  1
-VALUE  Airespace-QOS-Level             Gold                    2
-VALUE  Airespace-QOS-Level             Platinum                3
-VALUE  Airespace-QOS-Level             Uranium                 4
+VALUE  Airespace-QOS-Level             Bronze                  3
+VALUE  Airespace-QOS-Level             Silver                  0
+VALUE  Airespace-QOS-Level             Gold                    1
+VALUE  Airespace-QOS-Level             Platinum                2
 
-END-VENDOR Airespace
\ No newline at end of file
+END-VENDOR Airespace