mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Have dhcp.pm recognize OPA hwaddr
This commit is contained in:
parent
9ae3acb3b8
commit
f60a97dcb2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user