Module radius::core::rfc4849[][src]

Utility for rfc4849 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 4849.
#	http://www.ietf.org/rfc/rfc4849.txt
#
#	$Id$
#
ATTRIBUTE	NAS-Filter-Rule				92	string

Constants

NAS_FILTER_RULE_TYPE

Functions

add_nas_filter_rule

Add nas_filter_rule string value to a packet.

delete_nas_filter_rule

Delete all of nas_filter_rule values from a packet.

lookup_all_nas_filter_rule

Lookup all of the nas_filter_rule string value from a packet.

lookup_nas_filter_rule

Lookup a nas_filter_rule string value from a packet.