# -*- 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:<Attribute-ref>} may be used to decode
+# `%{dhcp_options:<Attribute-ref>}` 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 {
}
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