dhcp_server: set next_server correctly for buildhw11/12.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-02 23:51:07 +00:00 committed by Pierre-Yves Chibon
parent 779fa01877
commit ac291a8126

View file

@ -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";
}