2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Have dhcp.pm recognize OPA hwaddr

This commit is contained in:
Jarrod Johnson 2018-07-26 16:03:47 -04:00
parent 9ae3acb3b8
commit f60a97dcb2

View File

@ -764,6 +764,8 @@ sub addnode
$hostname = $1 . "-hf" . $count;
}
}
} elsif (length($mac) == 23) {
$hardwaretype = 32;
}
#syslog("local4|err", "Setting $node ($hname|$ip) to " . $mac);