From: Olaf Hering <olaf@aepfle.de>
To: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
devel@linuxdriverproject.org, apw@canonical.com,
ben@decadent.org.uk, thozza@redhat.com, dcbw@redhat.com
Subject: Re: [PATCH V5 3/6] Tools: hv: Add an example script to configure an interface
Date: Thu, 22 Nov 2012 22:12:48 +0100 [thread overview]
Message-ID: <20121122211248.GA18828@aepfle.de> (raw)
In-Reply-To: <1346878215-30863-3-git-send-email-kys@microsoft.com>
On Wed, Sep 05, K. Y. Srinivasan wrote:
> 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>
> ---
> tools/hv/hv_set_ifconfig.sh | 68 +++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 68 insertions(+), 0 deletions(-)
> create mode 100755 tools/hv/hv_set_ifconfig.sh
This already went in, but I overlooked this part:
> +# GATEWAY=ipaddr1
I guest GATEWAY means the default gateway.
> +# GATEWAY_x=ipaddry (where y = x + 1)
How can there be multiple gateways?
Or: What does GATEWAY_n mean here?
Olaf
next prev parent reply other threads:[~2012-11-22 21:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 20:49 [PATCH V5 0/6] Tools: hv: kvp K. Y. Srinivasan
2012-09-05 20:50 ` [PATCH V5 1/6] Tools: hv: Add an example script to retrieve dhcp state K. Y. Srinivasan
2012-09-05 20:50 ` [PATCH V5 2/6] Tools: hv: Gather DHCP information K. Y. Srinivasan
2012-09-05 20:50 ` [PATCH V5 3/6] Tools: hv: Add an example script to configure an interface K. Y. Srinivasan
2012-11-22 21:12 ` Olaf Hering [this message]
2012-11-23 4:39 ` KY Srinivasan
2012-09-05 20:50 ` [PATCH V5 4/6] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO K. Y. Srinivasan
2012-09-05 20:50 ` [PATCH V5 5/6] Tools: hv: Rename the function kvp_get_ip_address() K. Y. Srinivasan
2012-09-05 20:50 ` [PATCH V5 6/6] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO K. Y. Srinivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121122211248.GA18828@aepfle.de \
--to=olaf@aepfle.de \
--cc=apw@canonical.com \
--cc=ben@decadent.org.uk \
--cc=dcbw@redhat.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=kys@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=thozza@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox