]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use a consistent name
authorNick Porter <nick@portercomputing.co.uk>
Mon, 27 Oct 2025 09:42:26 +0000 (09:42 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 27 Oct 2025 09:42:38 +0000 (09:42 +0000)
doc/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc

index 66a5f6c17603d9850714b0925cc00c53cdf9f5b6..4a3cfff7eda3f8355e1f226c79463634b28d2320 100644 (file)
@@ -94,17 +94,17 @@ statement calling the policy (by name) can be commented out in
 ====
 
 To use an instance of `files` to map `Network-Subnet` to reply options
-and the pool name create `<raddb>/mods-enabled/dhcp_network` containing
+and the pool name create `<raddb>/mods-enabled/dhcp_subnet` containing
 
 [source,config]
 ----
-files dhcp_network {
+files dhcp_subnet {
        key = Network-Subnet
-       filename = ${modconfdir}/files/dhcp_network
+       filename = ${modconfdir}/files/dhcp_subnet
 }
 ----
 
-Then create `<raddb>/mods-config/files/dhcp_network` with the mapping between
+Then create `<raddb>/mods-config/files/dhcp_subnet` with the mapping between
 subnets and options.
 
 For the configuration above you may deduce the following configuration, which