dhcpd: fix more duplicates

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-12-09 13:07:40 -08:00
parent a9418545f3
commit f24a9cbda9

View File

@@ -1619,7 +1619,7 @@ host storinator01.rdu3.fedoraproject.org {
host vmhost-x86-iso02.mgmt.rdu3.fedoraproject.org {
hardware ethernet a8:3c:a5:35:10:42;
fixed-address 10.16.160.16;
fixed-address 10.16.160.29;
option routers 10.16.160.254;
option subnet-mask 255.255.255.0;
option host-name "vmhost-x86-iso02.mgmt.rdu3.fedoraproject.org";
@@ -1637,7 +1637,7 @@ host vmhost-x86-iso02.rdu3.fedoraproject.org {
host vmhost-x86-iso03.mgmt.rdu3.fedoraproject.org {
hardware ethernet d0:94:66:44:c2:78;
fixed-address 10.16.160.17;
fixed-address 10.16.160.30;
option routers 10.16.160.254;
option subnet-mask 255.255.255.0;
option host-name "vmhost-x86-iso03.mgmt.rdu3.fedoraproject.org";
@@ -1655,7 +1655,7 @@ host vmhost-x86-iso03.rdu3.fedoraproject.org {
host vmhost-x86-iso04.mgmt.rdu3.fedoraproject.org {
hardware ethernet c8:4b:d6:98:c1:4e;
fixed-address 10.16.160.18;
fixed-address 10.16.160.31;
option routers 10.16.160.254;
option subnet-mask 255.255.255.0;
option host-name "vmhost-x86-iso04.mgmt.rdu3.fedoraproject.org";