2 # Copyright (C) 2019 The FreeRADIUS Server project and contributors
3 # This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
4 # Version $Id: 51fd76e85db92ccd83252b0fd81b4e31457476c9 $
6 # Attributes and values defined in RFC 8045
7 # http://www.ietf.org/rfc/rfc8045.txt
10 ATTRIBUTE IP-Port-Limit-Info 241.5 tlv
11 ATTRIBUTE IP-Port-Range 241.6 tlv
12 ATTRIBUTE IP-Port-Forwarding-Map 241.7 tlv
15 # These attributes can appear in all of the above TLVs. There is
16 # currently no way to describe this using the existing dictionary
19 ATTRIBUTE IP-Port-Type 241.5.1 integer
20 ATTRIBUTE IP-Port-Limit 241.5.2 integer
21 ATTRIBUTE IP-Port-Ext-IPv4-Addr 241.5.3 ipaddr
22 ATTRIBUTE IP-Port-Int-IPv4-Addr 241.5.4 ipaddr
23 ATTRIBUTE IP-Port-Int-IPv6-Addr 241.5.5 ipv6addr
24 ATTRIBUTE IP-Port-Int-Port 241.5.6 integer
25 ATTRIBUTE IP-Port-Ext-Port 241.5.7 integer
26 ATTRIBUTE IP-Port-Alloc 241.5.8 integer
27 ATTRIBUTE IP-Port-Range-Start 241.5.9 integer
28 ATTRIBUTE IP-Port-Range-End 241.5.10 integer
29 ATTRIBUTE IP-Port-Local-Id 241.5.11 string
31 VALUE IP-Port-Alloc Reserved 0
32 VALUE IP-Port-Alloc Allocation 1
33 VALUE IP-Port-Alloc Deallocation 2
35 ATTRIBUTE IP-Port-Range-Type 241.6.1 integer
36 ATTRIBUTE IP-Port-Range-Limit 241.6.2 integer
37 ATTRIBUTE IP-Port-Range-Ext-IPv4-Addr 241.6.3 ipaddr
38 ATTRIBUTE IP-Port-Range-Int-IPv4-Addr 241.6.4 ipaddr
39 ATTRIBUTE IP-Port-Range-Int-IPv6-Addr 241.6.5 ipv6addr
40 ATTRIBUTE IP-Port-Range-Int-Port 241.6.6 integer
41 ATTRIBUTE IP-Port-Range-Ext-Port 241.6.7 integer
42 ATTRIBUTE IP-Port-Range-Alloc 241.6.8 integer
43 ATTRIBUTE IP-Port-Range-Range-Start 241.6.9 integer
44 ATTRIBUTE IP-Port-Range-Range-End 241.6.10 integer
45 ATTRIBUTE IP-Port-Range-Local-Id 241.6.11 string
47 VALUE IP-Port-Range-Alloc Reserved 0
48 VALUE IP-Port-Range-Alloc Allocation 1
49 VALUE IP-Port-Range-Alloc Deallocation 2
51 ATTRIBUTE IP-Port-Map-Type 241.7.1 integer
52 ATTRIBUTE IP-Port-Map-Limit 241.7.2 integer
53 ATTRIBUTE IP-Port-Map-Ext-IPv4-Addr 241.7.3 ipaddr
54 ATTRIBUTE IP-Port-Map-Int-IPv4-Addr 241.7.4 ipaddr
55 ATTRIBUTE IP-Port-Map-Int-IPv6-Addr 241.7.5 ipv6addr
56 ATTRIBUTE IP-Port-Map-Int-Port 241.7.6 integer
57 ATTRIBUTE IP-Port-Map-Ext-Port 241.7.7 integer
58 ATTRIBUTE IP-Port-Map-Alloc 241.7.8 integer
59 ATTRIBUTE IP-Port-Map-Range-Start 241.7.9 integer
60 ATTRIBUTE IP-Port-Map-Range-End 241.7.10 integer
61 ATTRIBUTE IP-Port-Map-Local-Id 241.7.11 string
63 VALUE IP-Port-Map-Alloc Reserved 0
64 VALUE IP-Port-Map-Alloc Allocation 1
65 VALUE IP-Port-Map-Alloc Deallocation 2