]> Pileus Git - ~andy/linux/commit
Tools: hv: Add an example script to configure an interface
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 5 Sep 2012 20:50:12 +0000 (13:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 23:42:32 +0000 (16:42 -0700)
commit1fbdba4edd071daffbba1c172abb44bbe6a4344a
tree4fbd1c84c4872ddc72b9cf35ec4e66ba116f025f
parentc050372591bed4488a32e8bf271ae471af5098eb
Tools: hv: Add an example script to configure an interface

To keep the KVP daemon code free of distro specific details, we invoke an
external script to configure the interface. This is an example script that
was used to test the KVP code. This script has to be implemented in a Distro
specific fashion. For instance on distros that ship with Network Manager enabled,
this script can be based on NM APIs.

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>
tools/hv/hv_set_ifconfig.sh [new file with mode: 0755]