nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | # Copyright (C) 2011 The FreeRADIUS Server project and contributors |
||
3 | ############################################################################## |
||
4 | # |
||
5 | # Alvarion VSAs for use with Alvarion WiMAX ASN-GW |
||
6 | # |
||
7 | # This does conflict with the default Alvarion dictionary file included |
||
8 | # with FreeRADIUS and may break existing functionality if the current |
||
9 | # dictionaries are used to support an existing Alvarion Breezecom or |
||
10 | # Breezenet installation. |
||
11 | # |
||
12 | # $Id: 8103fec4b9464f7d04f9b6d54683ca7634fab0c9 $ |
||
13 | # |
||
14 | ############################################################################## |
||
15 | |||
16 | VENDOR Alvarion 12394 |
||
17 | |||
18 | BEGIN-VENDOR Alvarion |
||
19 | |||
20 | ATTRIBUTE Alvarion-R3-IF-Descriptor 1 tlv |
||
21 | ATTRIBUTE Alvarion-R3-IF-Name 1.1 string |
||
22 | ATTRIBUTE Alvarion-R3-IF-ID 1.2 integer |
||
23 | ATTRIBUTE Alvarion-PDFID 1.3 short |
||
24 | ATTRIBUTE Alvarion-IPv4-Address 1.4 ipaddr |
||
25 | # IPv4 subnet mask plus bit-width mask |
||
26 | ATTRIBUTE Alvarion-IPv4-Netmask 1.5 octets |
||
27 | ATTRIBUTE Alvarion-DGW-IPv4-Address 1.6 ipaddr |
||
28 | |||
29 | # Container for DHCP options delivery in DHCP Proxy mode. |
||
30 | ATTRIBUTE Alvarion-DHCP-Option 2 tlv |
||
31 | ATTRIBUTE Alvarion-Ref-R3-IF-Name 2.1 string |
||
32 | ATTRIBUTE Alvarion-DHCP-Option-Container 2.2 string |
||
33 | |||
34 | END-VENDOR Alvarion |