Skip to content

Commit

Permalink
Fixup dlink dictionary with auto formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 23, 2013
1 parent 5d8b018 commit c7715b9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions share/dictionary.dlink
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- text -*-
# Copyright (C) 2011 The FreeRADIUS Server project and contributors
# Copyright (C) 2013 The FreeRADIUS Server project and contributors
##############################################################################
#
#
# D-Link Vendor Specific Attributes Dictionary
#
# Created by Sylph Lin <sylph.lin@gmail.com>
Expand All @@ -10,26 +10,26 @@
#
##############################################################################

VENDOR Dlink 171
VENDOR Dlink 171

BEGIN-VENDOR Dlink
BEGIN-VENDOR Dlink

ATTRIBUTE Dlink-User-Level 1 integer
ATTRIBUTE Dlink-Ingress-Bandwidth-Assignment 2 integer
ATTRIBUTE Dlink-Egress-Bandwidth-Assignment 3 integer
ATTRIBUTE Dlink-1p-Priority 4 integer
ATTRIBUTE Dlink-VLAN-Name 10 string
ATTRIBUTE Dlink-VLAN-ID 11 string
ATTRIBUTE Dlink-ACL-Profile 12 string
ATTRIBUTE Dlink-ACL-Rule 13 string
ATTRIBUTE Dlink-ACL-Script 14 string
ATTRIBUTE Dlink-User-Level 1 integer
ATTRIBUTE Dlink-Ingress-Bandwidth-Assignment 2 integer
ATTRIBUTE Dlink-Egress-Bandwidth-Assignment 3 integer
ATTRIBUTE Dlink-1p-Priority 4 integer
ATTRIBUTE Dlink-VLAN-Name 10 string
ATTRIBUTE Dlink-VLAN-ID 11 string
ATTRIBUTE Dlink-ACL-Profile 12 string
ATTRIBUTE Dlink-ACL-Rule 13 string
ATTRIBUTE Dlink-ACL-Script 14 string

VALUE Dlink-User-Level User-Legacy 1
VALUE Dlink-User-Level User 3
VALUE Dlink-User-Level Operator 4
VALUE Dlink-User-Level Admin 5
VALUE Dlink-User-Level Power-User 6
VALUE Dlink-User-Level Admin-Legacy 15
VALUE Dlink-User-Level User-Legacy 1
VALUE Dlink-User-Level User 3
VALUE Dlink-User-Level Operator 4
VALUE Dlink-User-Level Admin 5
VALUE Dlink-User-Level Power-User 6
VALUE Dlink-User-Level Admin-Legacy 15

END-VENDOR Dlink

0 comments on commit c7715b9

Please sign in to comment.