2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-02 16:28:25 +00:00

Have dhcp.pm recognize OPA hwaddr

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

View File

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