File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / coova-chilli / doc / dictionary.chillispot
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:48:25 2012 UTC (13 years, 1 month ago) by misho
Branches: coova-chilli, MAIN
CVS tags: v1_0_12, HEAD
coova-chilli

    1: #
    2: #	ChilliSpot (and CoovaChilli) captive portal
    3: #	http://coova.org/wiki/index.php/CoovaChilli
    4: #
    5: #	$Id: dictionary.chillispot,v 1.1.1.1 2012/02/21 22:48:25 misho Exp $
    6: #
    7: 
    8: VENDOR          ChilliSpot                   14559
    9: 
   10: BEGIN-VENDOR	ChilliSpot
   11: 
   12: ATTRIBUTE	ChilliSpot-Max-Input-Octets		1	integer
   13: ATTRIBUTE	ChilliSpot-Max-Output-Octets		2	integer
   14: ATTRIBUTE	ChilliSpot-Max-Total-Octets		3	integer
   15: ATTRIBUTE       ChilliSpot-Bandwidth-Max-Up        	4       integer
   16: ATTRIBUTE       ChilliSpot-Bandwidth-Max-Down      	5       integer
   17: ATTRIBUTE       ChilliSpot-Config                  	6       string
   18: ATTRIBUTE       ChilliSpot-Lang                    	7       string
   19: ATTRIBUTE       ChilliSpot-Version                 	8       string
   20: ATTRIBUTE       ChilliSpot-OriginalURL             	9       string
   21: ATTRIBUTE       ChilliSpot-Acct-View-Point             10	integer
   22: ATTRIBUTE       ChilliSpot-Require-UAM		       11	string
   23: ATTRIBUTE       ChilliSpot-Require-Splash	       12	string
   24: ATTRIBUTE       ChilliSpot-Route-To-Interface	       13	string
   25: 
   26: ATTRIBUTE       ChilliSpot-DHCP-Vendor-Class-Id	       50	string
   27: ATTRIBUTE       ChilliSpot-DHCP-Client-Id	       51	string
   28: ATTRIBUTE       ChilliSpot-DHCP-Options		       52	string
   29: ATTRIBUTE       ChilliSpot-DHCP-Filename	       53	string
   30: ATTRIBUTE       ChilliSpot-DHCP-Hostname	       54	string
   31: ATTRIBUTE       ChilliSpot-DHCP-Server-Name	       55	string
   32: ATTRIBUTE       ChilliSpot-DHCP-Client-FQDN	       56	string
   33: ATTRIBUTE       ChilliSpot-DHCP-Parameter-Request-List 57	string
   34: 
   35: VALUE	ChilliSpot-Acct-View-Point ChilliSpot-NAS-View-Point	1
   36: VALUE	ChilliSpot-Acct-View-Point ChilliSpot-Client-View-Point 2
   37: 
   38: # Configuration management parameters (ChilliSpot Only)
   39: ATTRIBUTE	ChilliSpot-UAM-Allowed			100	string
   40: ATTRIBUTE	ChilliSpot-MAC-Allowed			101	string
   41: ATTRIBUTE	ChilliSpot-Interval			102	integer
   42: 
   43: # Inline with RFC 2882 use of VSE-Authorize-Only for remote config
   44: # Note that 14559 = 0x38df is used as prefix for the VSE.
   45: # This is recognized as the best (but bad) way of doing VSEs.
   46: # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
   47: VALUE	Service-Type			ChilliSpot-Authorize-Only 0x38df0001
   48: 
   49: END-VENDOR	ChilliSpot

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>