From af996d48550825d85ad417875bf84f6e16e7670d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 26 Jul 2018 16:03:47 -0400 Subject: [PATCH] Have dhcp.pm recognize OPA hwaddr --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 7cf116bb3..ccdcad7bf 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -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);