mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	Drivers: hv: kvp: Copy the address family information
This is part of the IP injection protocol in that the host expects this field to reflect what addresses (address families) are currently bound to the interface. The KVP daemon is currently collecting this information and sending it to the kernel component. I had overlooked copying this and sending it back to the host. This patch addresses this issue. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									7c304d7e24
								
							
						
					
					
						commit
						a500e0e735
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -256,6 +256,8 @@ static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) | |||
| 
 | ||||
| 		out->kvp_ip_val.dhcp_enabled = | ||||
| 			in->body.kvp_ip_val.dhcp_enabled; | ||||
| 		out->kvp_ip_val.addr_family = | ||||
| 			in->body.kvp_ip_val.addr_family; | ||||
| 	} | ||||
| 
 | ||||
| 	return 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 K. Y. Srinivasan
						K. Y. Srinivasan