Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 5 Sep 2012 20:50:13 +0000 (13:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 23:42:33 +0000 (16:42 -0700)
commit32061b4d3830e61975ede409df389804507fd220
tree1729cfe9a6899e33a0f00b353fcbe38ef0b2769a
parent1fbdba4edd071daffbba1c172abb44bbe6a4344a
Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO

Implement the KVP verb - KVP_OP_SET_IP_INFO. This operation configures the
specified interface based on the given configuration. Since configuring
an interface is very distro specific, we invoke an external (Distro specific)
script to configure the interface.

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>
include/linux/hyperv.h
tools/hv/hv_kvp_daemon.c