From: Nick Porter Date: Mon, 27 Oct 2025 09:42:26 +0000 (+0000) Subject: Use a consistent name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19cd7cd7f2d5862298c42088d745722fa3eced4f;p=thirdparty%2Ffreeradius-server.git Use a consistent name --- diff --git a/doc/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc b/doc/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc index 66a5f6c1760..4a3cfff7eda 100644 --- a/doc/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc +++ b/doc/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc @@ -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 `/mods-enabled/dhcp_network` containing +and the pool name create `/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 `/mods-config/files/dhcp_network` with the mapping between +Then create `/mods-config/files/dhcp_subnet` with the mapping between subnets and options. For the configuration above you may deduce the following configuration, which