dhcpd.conf: add kernel01 dhcp so it can be reinstalled

This commit is contained in:
Stephen Smoogen 2020-07-16 09:27:31 -04:00
parent 8de42b2da6
commit 1a7cbe9f49

View file

@ -1284,3 +1284,8 @@ host buildhw-a64-11 {
fixed-address 10.3.170.131;
option host-name "buildhw-a64-11";
}
host kernel01 {
hardware ethernet d0:94:66:45:8c:0f;
fixed-address 10.3.174.129;
option host-name "kernel01";
}