blob: 2231b8faec5aea6c785765e8ec830a05815a66e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# -*- 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 7499.
# http://www.ietf.org/rfc/rfc7499.txt
#
# $Id$
#
ATTRIBUTE Frag-Status 241.1 integer
ATTRIBUTE Proxy-State-Length 241.2 integer
VALUE Frag-Status Reserved 0
VALUE Frag-Status Fragmentation-Supported 1
VALUE Frag-Status More-Data-Pending 2
VALUE Frag-Status More-Data-Request 3
|