mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-27 23:01:12 +00:00
-Fix problem where dhcpinterfaces was not being honored in the simplest case
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3083 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -364,8 +364,9 @@ sub process_request
|
||||
INTF: foreach $dhcpif (split /;/,$dhcpinterfaces) {
|
||||
my $host;
|
||||
my $savehost;
|
||||
my $foundself;
|
||||
my $foundself=1;
|
||||
if ($dhcpif =~ /\|/) {
|
||||
$foundself=0;
|
||||
|
||||
(my $ngroup,$dhcpif) = split /\|/,$dhcpif;
|
||||
foreach $host (noderange($ngroup)) {
|
||||
|
Reference in New Issue
Block a user