Use the RADIUS SQL IP Pool module to allocate addresses for DHCP
[freeradius.git] / raddb / sites-available / dhcp
index 2639900..6f207ad 100644 (file)
@@ -148,6 +148,9 @@ dhcp DHCP-Discover {
        # ...
        #}
 
+       #  Or, allocate IPs from the DHCP pool in SQL.
+#      dhcp_sqlippool
+
        ok
 }
 
@@ -180,6 +183,9 @@ dhcp DHCP-Request {
        # ...
        #}
 
+       #  Or, allocate IPs from the DHCP pool in SQL.
+#      dhcp_sqlippool
+
        ok
 }