dhcp_server: try adding one of the aarch64 emags
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e1abdfc8bd
commit
6c841dedbe
1 changed files with 4 additions and 4 deletions
|
@ -1718,16 +1718,16 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
option log-servers 10.5.126.29;
|
||||
range 10.5.78.210 10.5.78.220;
|
||||
|
||||
host arm01-releng00 {
|
||||
host buildvmhost-aarch64-10 {
|
||||
hardware ethernet fc:2f:40:d2:27:6c;
|
||||
fixed-address 10.5.78.10;
|
||||
option host-name "arm01-releng00";
|
||||
next-server 10.5.126.41;
|
||||
}
|
||||
host arm01-retrace01 {
|
||||
hardware ethernet fc:2f:40:d1:7a:3c;
|
||||
host buildvmhost-aarch64-11 {
|
||||
hardware ethernet 68:05:ca:8b:03:e7;
|
||||
fixed-address 10.5.78.11;
|
||||
option host-name "arm01-retrace01";
|
||||
option host-name "buildvmhost-aarch64-11";
|
||||
next-server 10.5.126.41;
|
||||
}
|
||||
host arm01-releng02 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue