blob: 0128046087b3131482d8519f3cbb44fa80bb2bb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# -*- text -*-
# 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
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
|