fix ip typo in dhcpd

This commit is contained in:
2024-02-18 22:42:17 +01:00
parent 802fcbd47f
commit 8650c3f6ee

View File

@@ -170,7 +170,7 @@
reservations = [ reservations = [
{ {
hw-address = "c4:a7:2b:c7:ea:30"; hw-address = "c4:a7:2b:c7:ea:30";
ip-address = "10.42.97.10"; ip-address = "10.42.99.10";
server-hostname = "metz.cloonar.com"; server-hostname = "metz.cloonar.com";
} }
]; ];