mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Remove debug output from Client
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16340 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -187,10 +187,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML
 | 
			
		||||
  $connargs{Timeout} = 15;
 | 
			
		||||
  if ($connargs{PeerScope} and $connargs{PeerScope} =~ /[a-zA-Z]/) { #non-numeric, need to translate...
 | 
			
		||||
	my @ipdata = `ip link`;
 | 
			
		||||
	use Data::Dumper;
 | 
			
		||||
	print Dumper(\@ipdata);
 | 
			
		||||
	@ipdata = grep(/[^@]$connargs{PeerScope}(:|@)/,@ipdata);
 | 
			
		||||
	print Dumper(\@ipdata);
 | 
			
		||||
	if (scalar(@ipdata) != 1) {
 | 
			
		||||
		print STDERR "Unable to identify scope ".$connargs{PeerScope}."\n";
 | 
			
		||||
		exit(1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user