We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e73d2 commit 2544813Copy full SHA for 2544813
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/DHCPServer.inc
@@ -267,7 +267,7 @@ class DHCPServer extends Model {
267
268
# Otherwise, make this interface eligible for a DHCP server
269
if (!in_array($if_id, $ifs_using_dhcp_server)) {
270
- $this->set_config(path: "$this->config_path/$if_id", value: []);
+ $this->set_config(path: "$this->config_path/$if_id", value: ['range' => ['from' => '', 'to' => '']]);
271
}
272
273
0 commit comments