From: Jorge Pereira Date: Tue, 29 Jan 2019 20:04:03 +0000 (-0200) Subject: Update raddb/mods-available/dhcpv4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec6df9ee8a23cc210ead02c7e68010219f991aa;p=thirdparty%2Ffreeradius-server.git Update raddb/mods-available/dhcpv4 --- diff --git a/raddb/mods-available/dhcpv4 b/raddb/mods-available/dhcpv4 index a6b31b89d69..ab379f5ba2b 100644 --- a/raddb/mods-available/dhcpv4 +++ b/raddb/mods-available/dhcpv4 @@ -1,19 +1,34 @@ # -*- text -*- # +# :toc: +# # $Id$ +####################################################################### +# +# ## DHCPv4 Module # -# This module is useful only for 'xlat'. To use it, -# put 'dhcp' into the 'instantiate' section. +# The `dhcpv4` module is useful only for `xlat`. To use it, +# put `dhcp` into the `instantiate { ... }` section. # -# %{dhcp_options:} may be used to decode +# `%{dhcp_options:}` may be used to decode # DHCP options data included in RADIUS packets by vendors # of DHCP to RADIUS gateways. # # This is known to work with the following VSAs: -# * Juniper - ERX-Dhcp-Options -# * Alcatel lucent SR - Alc-ToServer-Dhcp-Options -# - Alc-ToClient-Dhcp-Options +# +# [options="header,autowidth"] +# |=== +# | Vendor | VSAs +# | Juniper | `ERX-Dhcp-Options` +# | Alcatel lucent SR | `Alc-ToServer-Dhcp-Options`, `Alc-ToClient-Dhcp-Options` +# |=== +# +# e.g: `%{dhcp_options:RX-Dhcp-Options}` +# + +# +# ## Default instance # dhcpv4 { } diff --git a/scripts/asciidoc/links.txt b/scripts/asciidoc/links.txt index 6e4ff41c6ba..4302272b97e 100644 --- a/scripts/asciidoc/links.txt +++ b/scripts/asciidoc/links.txt @@ -196,3 +196,5 @@ Class https://freeradius.org/rfc/rfc2865.html#Class State https://freeradius.org/rfc/rfc2865.html#State Delegated-IPv6-Prefix https://freeradius.org/rfc/rfc4818.html#Delegated-IPv6-Prefix ABFAB https://tools.ietf.org/html/rfc7831 +Alc-ToServer-Dhcp-Options https://infoproducts.alcatel-lucent.com/html/0_add-h-f/93-0088-HTML/7750_SR_OS_Radius_Attributes_Reference_Guide/SROS_RADIUS_Attrib.html +Alc-ToClient-Dhcp-Options https://infoproducts.alcatel-lucent.com/html/0_add-h-f/93-0088-HTML/7750_SR_OS_Radius_Attributes_Reference_Guide/SROS_RADIUS_Attrib.html