Drivers: hv: kvp: Copy the address family information
commita500e0e73514ee2b838e439d3eb0750dda1da20f
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 5 Sep 2012 00:54:13 +0000 (4 17:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 19:12:38 +0000 (5 12:12 -0700)
tree3ebcbc8a0066837956bb2eb23549eb5f5eb37439
parent7c304d7e24fd4996a2b219312f739c4406b8e2e3
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>
drivers/hv/hv_kvp.c