fix ip typo in dhcpd
This commit is contained in:
parent
802fcbd47f
commit
8650c3f6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue