dhcp_server: set next_server correctly for buildhw11/12.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
779fa01877
commit
ac291a8126
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
|||
host buildhw-11 {
|
||||
hardware ethernet F8:CA:B8:F7:27:63;
|
||||
fixed-address 10.5.125.178;
|
||||
next-server 10.5.125.43;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "buildhw-11.phx2.fedoraproject.org";
|
||||
filename "uefi/grubx64.efi";
|
||||
}
|
||||
|
@ -267,7 +267,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
|
|||
host buildhw-12 {
|
||||
hardware ethernet F8:CA:B8:F7:2E:F5;
|
||||
fixed-address 10.5.125.179;
|
||||
next-server 10.5.125.43;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "buildhw-12.phx2.fedoraproject.org";
|
||||
filename "uefi/grubx64.efi";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue