]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Cross-reference documentation
authorAlan T. DeKok <aland@freeradius.org>
Fri, 21 Aug 2015 15:46:24 +0000 (11:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 21 Aug 2015 15:46:24 +0000 (11:46 -0400)
raddb/mods-available/dhcp_sqlippool
raddb/sites-available/dhcp

index 0a014ec10f4cc597ceab5b30625c0764fc8e5b55..7739a6066ba5ee794c04324179b62f047724e5d1 100644 (file)
@@ -1,8 +1,16 @@
-##  Configuration for DHCP to use SQL IP Pools.
-##
-##  See sqlippool.conf for common configuration explanation
-##
-##  $Id$
+#  Configuration for DHCP to use SQL IP Pools.
+#
+#  See raddb/mods-available/sqlippool for common configuration explanation
+#
+#  See raddb/policy.d/dhcp_sqlippool for the "glue" code that allows
+#  the RADIUS based "sqlippool" module to be used for DHCP.
+#
+#  See raddb/mods-config/sql/ippool/ for the schemas.
+#
+#  See raddb/sites-available/dhcp for instructions on how to configure
+#  the DHCP server.
+#
+#  $Id$
 
 sqlippool dhcp_sqlippool {
        sql_module_instance = "sql"
index 59d4ca0b233a519600e7c695ba8d99027974ad4d..bfca95a5e08bd40bee12e3069454ed5ffb6f8292 100644 (file)
@@ -3,6 +3,16 @@
 #
 #      This is a virtual server that handles DHCP.
 #
+#  See raddb/mods-available/dhcp_sqlippool for the IP Pool configuration.
+#
+#  See raddb/policy.d/dhcp_sqlippool for the "glue" code that allows
+#  the RADIUS based "sqlippool" module to be used for DHCP.
+#
+#  See raddb/mods-config/sql/ippool/ for the schemas.
+#
+#  See raddb/sites-available/dhcp for instructions on how to configure
+#  the DHCP server.
+#
 #      $Id$
 #
 ######################################################################