DHCP template generates as much of the subnet and range definition as possible.

- Closes: #1469

This makes it possible to disable just the dynamic range without losing access
to the next-server required by static host entries.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-10 16:27:13 -07:00
parent db30008433
commit 4abaa1207a
2 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Removed partial support for regex searches in node and profile lists. #1635
### Changed
- DHCP template generates as much of the subnet and range definition as possible. #1469
## v4.6.0rc2, 2025-02-07
### Added