mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-30 17:08:45 +01:00
Support the following RFC dictionaries
- RFC4603 - RFC4675 - RFC4818 - RFC4849 - RFC5176 - RFC6911 - RFC7055 - RFC7155
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
##############################################################################
|
||||
#
|
||||
# Attributes and values defined in RFC 4603.
|
||||
# http://www.ietf.org/rfc/rfc4603.txt
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
VALUE NAS-Port-Type PPPoA 30
|
||||
VALUE NAS-Port-Type PPPoEoA 31
|
||||
VALUE NAS-Port-Type PPPoEoE 32
|
||||
VALUE NAS-Port-Type PPPoEoVLAN 33
|
||||
VALUE NAS-Port-Type PPPoEoQinQ 34
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 4675.
|
||||
# http://www.ietf.org/rfc/rfc4675.txt
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
#
|
||||
# High byte = '1' (0x31) means the frames are tagged.
|
||||
# High byte = '2' (0x32) means the frames are untagged.
|
||||
#
|
||||
# Next 12 bits MUST be zero.
|
||||
#
|
||||
# Lower 12 bits is the IEEE-802.1Q VLAN VID.
|
||||
#
|
||||
ATTRIBUTE Egress-VLANID 56 integer
|
||||
ATTRIBUTE Ingress-Filters 57 integer
|
||||
|
||||
#
|
||||
# First byte == '1' (0x31) means that the frames are tagged.
|
||||
# First byte == '2' (0x32) means that the frames are untagged.
|
||||
#
|
||||
ATTRIBUTE Egress-VLAN-Name 58 string
|
||||
ATTRIBUTE User-Priority-Table 59 octets
|
||||
|
||||
VALUE Ingress-Filters Enabled 1
|
||||
VALUE Ingress-Filters Disabled 2
|
||||
@@ -0,0 +1,14 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
##############################################################################
|
||||
#
|
||||
# Attributes and values defined in RFC 4818.
|
||||
# http://www.ietf.org/rfc/rfc4818.txt
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ATTRIBUTE Delegated-IPv6-Prefix 123 ipv6prefix
|
||||
@@ -0,0 +1,11 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 4849.
|
||||
# http://www.ietf.org/rfc/rfc4849.txt
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
ATTRIBUTE NAS-Filter-Rule 92 string
|
||||
@@ -0,0 +1,12 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 5176.
|
||||
# http://www.ietf.org/rfc/rfc5176.txt
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
VALUE Error-Cause Invalid-Attribute-Value 407
|
||||
VALUE Error-Cause Multiple-Session-Selection-Unsupported 508
|
||||
@@ -0,0 +1,14 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 6911
|
||||
# http://www.ietf.org/rfc/rfc6911.txt
|
||||
#
|
||||
|
||||
ATTRIBUTE Framed-IPv6-Address 168 ipv6addr
|
||||
ATTRIBUTE DNS-Server-IPv6-Address 169 ipv6addr
|
||||
ATTRIBUTE Route-IPv6-Information 170 ipv6prefix
|
||||
ATTRIBUTE Delegated-IPv6-Prefix-Pool 171 string
|
||||
ATTRIBUTE Stateful-IPv6-Address-Pool 172 string
|
||||
@@ -0,0 +1,13 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 7055
|
||||
# http://www.ietf.org/rfc/rfc7055.txt
|
||||
#
|
||||
|
||||
ATTRIBUTE GSS-Acceptor-Service-Name 164 string
|
||||
ATTRIBUTE GSS-Acceptor-Host-Name 165 string
|
||||
ATTRIBUTE GSS-Acceptor-Service-Specifics 166 string
|
||||
ATTRIBUTE GSS-Acceptor-Realm-Name 167 string
|
||||
@@ -0,0 +1,13 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 7155
|
||||
# http://www.ietf.org/rfc/rfc7155.txt
|
||||
#
|
||||
|
||||
# The Value field contains two octets (00 - 99). ANSI T1.113 and
|
||||
# BELLCORE 394 can be used for additional information about these
|
||||
# values and their use.
|
||||
ATTRIBUTE Originating-Line-Info 94 octets[2]
|
||||
Reference in New Issue
Block a user