Skip to content

Commit

Permalink
Revert "[fix] Updated coova-chilli dictionary to allow integer64"
Browse files Browse the repository at this point in the history
This reverts commit 8671008.
  • Loading branch information
nemesifier committed Mar 27, 2024
1 parent 8671008 commit 81181fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openwisp_radius/radclient/dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ VENDOR ChilliSpot 14559

BEGIN-VENDOR ChilliSpot

ATTRIBUTE ChilliSpot-Max-Input-Octets 1 integer64
ATTRIBUTE ChilliSpot-Max-Output-Octets 2 integer64
ATTRIBUTE ChilliSpot-Max-Total-Octets 3 integer64
ATTRIBUTE ChilliSpot-Bandwidth-Max-Up 4 integer64
ATTRIBUTE ChilliSpot-Bandwidth-Max-Down 5 integer64
ATTRIBUTE ChilliSpot-Max-Input-Octets 1 integer
ATTRIBUTE ChilliSpot-Max-Output-Octets 2 integer
ATTRIBUTE ChilliSpot-Max-Total-Octets 3 integer
ATTRIBUTE ChilliSpot-Bandwidth-Max-Up 4 integer
ATTRIBUTE ChilliSpot-Bandwidth-Max-Down 5 integer
ATTRIBUTE ChilliSpot-Config 6 string
ATTRIBUTE ChilliSpot-Lang 7 string
ATTRIBUTE ChilliSpot-Version 8 string
Expand Down

0 comments on commit 81181fa

Please sign in to comment.