-Handle remote interfaces again
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -507,8 +507,10 @@ sub process_request | ||||
|  | ||||
|         my $ifarg = "$dhcpd_key=\""; | ||||
|         foreach (keys %activenics) { | ||||
|             if (/!remote!/) { next; } | ||||
|             $ifarg .= " $_"; | ||||
|         } | ||||
|         $ifarg =~ s/^ //; | ||||
|         $ifarg .= "\"\n"; | ||||
|  | ||||
|         while (<DHCPD_FD>) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user