only one host name per file

This commit is contained in:
Stephen Smoogen 2018-12-19 22:26:47 +00:00
parent 5b7702ca30
commit 75ba86b878

View file

@ -93,11 +93,11 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
}
host test-box01 {
host test-box01-b {
hardware ethernet f0:1f:af:e3:66:6c;
fixed-address 10.5.125.2;
next-server 10.5.126.41;
option host-name "test-box01";
option host-name "test-box01-b";
}
host bvirthost07 {