Skip to content

Commit

Permalink
Remove debian.interfaces from nodes.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Middelkoop <[email protected]>
  • Loading branch information
MiddelkoopT authored and mslacken committed Nov 12, 2024
1 parent df6242d commit e4a721d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Simplify passing of arguments to commands through `wwctl container exec`. #253
- Don't update IPMI if password isn't set. #638
- Fix issue that `--nettagdel` does not work properly. #1503
- Fix test for dhcp static configuration #1536 #1537

## v4.5.8, 2024-10-01

Expand Down
2 changes: 2 additions & 0 deletions overlays/host/internal/host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ if exists user-class and option user-class = "iPXE" {
subnet 192.168.0.0 netmask 255.255.255.0 {
max-lease-time 120;
range 192.168.0.100 192.168.0.199;
next-server 192.168.0.1;
}
host node1-default
{
Expand Down

0 comments on commit e4a721d

Please sign in to comment.