mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Have IPMI.pm explicitly not expect cmd netfn after receiveng cmd/netfn response
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14234 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -830,6 +830,9 @@ sub parse_ipmi_payload { | ||||
|         #hexdump(@payload); | ||||
|         return 1; #response mismatch | ||||
|     } | ||||
|     #set to impossible values to reflect the fact we expect *no* command/nnetfn at the moment | ||||
|     $self->{expectednetfn}=0x1ff; | ||||
|     $self->{expectedcmd}=0x1ff; | ||||
|     $self->{seqlun} += 4; #increment by 1<<2 | ||||
|     if ($self->{seqlun} > 0xff) { #overflow case | ||||
| 	#Problem with rqaddr iteration strategy to get more sequence numbers, changing swid invalidates reservation ids for some BMCs... | ||||
|   | ||||
		Reference in New Issue
	
	Block a user