nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | ############################################################################## |
||
3 | # |
||
4 | # ChilliSpot (and CoovaChilli) captive portal |
||
5 | # http://www.chillispot.org |
||
6 | # http://coova.org/wiki/index.php/CoovaChilli |
||
7 | # |
||
8 | # $Id$ |
||
9 | # |
||
10 | ############################################################################## |
||
11 | |||
12 | VENDOR ChilliSpot 14559 |
||
13 | |||
14 | BEGIN-VENDOR ChilliSpot |
||
15 | |||
16 | ATTRIBUTE ChilliSpot-Max-Input-Octets 1 integer |
||
17 | ATTRIBUTE ChilliSpot-Max-Output-Octets 2 integer |
||
18 | ATTRIBUTE ChilliSpot-Max-Total-Octets 3 integer |
||
19 | ATTRIBUTE ChilliSpot-Bandwidth-Max-Up 4 integer |
||
20 | ATTRIBUTE ChilliSpot-Bandwidth-Max-Down 5 integer |
||
21 | ATTRIBUTE ChilliSpot-Config 6 string |
||
22 | ATTRIBUTE ChilliSpot-Lang 7 string |
||
23 | ATTRIBUTE ChilliSpot-Version 8 string |
||
24 | ATTRIBUTE ChilliSpot-OriginalURL 9 string |
||
25 | |||
26 | |||
27 | # Configuration management parameters (ChilliSpot Only) |
||
28 | ATTRIBUTE ChilliSpot-UAM-Allowed 100 string |
||
29 | ATTRIBUTE ChilliSpot-MAC-Allowed 101 string |
||
30 | ATTRIBUTE ChilliSpot-Interval 102 integer |
||
31 | |||
32 | # Inline with RFC 2882 use of VSE-Authorize-Only for remote config |
||
33 | # Note that 14559 = 0x38df is used as prefix for the VSE. |
||
34 | # This is recognized as the best (but bad) way of doing VSEs. |
||
35 | # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User) |
||
36 | VALUE Service-Type ChilliSpot-Authorize-Only 0x38df0001 |
||
37 | |||
38 | END-VENDOR ChilliSpot |