From f60a97dcb2a422e3b9994f5aaf16b597bdcfdb0e 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 3e27ead5f..8bd8121bb 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -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);