Module radius::core::rfc6519[][src]

Utility for rfc6519 packet.

This module handles the packet according to the following definition:

//! # -*- 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 6519.
#	http://www.ietf.org/rfc/rfc6519.txt
#
#	$Id$
#

ATTRIBUTE	DS-Lite-Tunnel-Name			144	string

Constants

DS_LITE_TUNNEL_NAME_TYPE

Functions

add_ds_lite_tunnel_name

Add ds_lite_tunnel_name string value to a packet.

delete_ds_lite_tunnel_name

Delete all of ds_lite_tunnel_name values from a packet.

lookup_all_ds_lite_tunnel_name

Lookup all of the ds_lite_tunnel_name string value from a packet.

lookup_ds_lite_tunnel_name

Lookup a ds_lite_tunnel_name string value from a packet.