]> Pileus Git - ~andy/linux/commit
Tools: hv: Add an example script to retrieve DNS entries
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 4 Sep 2012 21:46:35 +0000 (14:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 22:59:27 +0000 (15:59 -0700)
commitd82c37ce6896734a4a2a9b74c22084fe47824466
treea87517115c1f48fd21d362b89b97677cd7070069
parentd0cbc156a7689348e56ac9b871c988b59b9f9ff0
Tools: hv: Add an example script to retrieve DNS entries

To keep the KVP daemon code free of distro specific details, we invoke an
external script to retrieve the DNS entries. 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_get_dns_info.sh [new file with mode: 0755]