]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update raddb/mods-available/dhcpv4 2442/head
authorJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 20:04:03 +0000 (18:04 -0200)
committerJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 20:05:24 +0000 (18:05 -0200)
raddb/mods-available/dhcpv4
scripts/asciidoc/links.txt

index a6b31b89d69da28f8d731a1ccb8ad652171454a8..ab379f5ba2b494f3096c38db25ee7ec45fb922c6 100644 (file)
@@ -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:<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 {
 }
index 6e4ff41c6ba56304f31edae326ea4a86025d9519..4302272b97ecacd1e3584d5d5d29352696350d2c 100644 (file)
@@ -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