diff options
Diffstat (limited to 'resources/protocols/radius/dictionary.rfc6930')
-rw-r--r-- | resources/protocols/radius/dictionary.rfc6930 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/resources/protocols/radius/dictionary.rfc6930 b/resources/protocols/radius/dictionary.rfc6930 index 12d1d68b..01280460 100644 --- a/resources/protocols/radius/dictionary.rfc6930 +++ b/resources/protocols/radius/dictionary.rfc6930 @@ -1,11 +1,14 @@ # -*- text -*- -# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 # # Attributes and values defined in RFC 6930 # http://www.ietf.org/rfc/rfc6930.txt # ATTRIBUTE IPv6-6rd-Configuration 173 tlv -ATTRIBUTE IPv6-6rd-IPv4MaskLen 173.1 integer -ATTRIBUTE IPv6-6rd-Prefix 173.2 ipv6prefix -ATTRIBUTE IPv6-6rd-BR-IPv4-Address 173.3 ipaddr +BEGIN-TLV IPv6-6rd-Configuration + ATTRIBUTE IPv6-6rd-IPv4MaskLen 1 integer + ATTRIBUTE IPv6-6rd-Prefix 2 ipv6prefix + ATTRIBUTE IPv6-6rd-BR-IPv4-Address 3 ipaddr +END-TLV IPv6-6rd-Configuration |