RE: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2015-01-02 Thread Dexuan Cui
nical.com; > jasow...@redhat.com; KY Srinivasan; Haiyang Zhang > Subject: Re: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection > work > > Dexuan Cui writes: > > >> -Original Message- > >> From: devel [mailto:driverdev-devel-boun...@linuxdri

Re: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2015-01-02 Thread Vitaly Kuznetsov
r.kernel.org; driverdev- >> de...@linuxdriverproject.org; vkuzn...@redhat.com; o...@aepfle.de; >> a...@canonical.com; jasow...@redhat.com; KY Srinivasan >> Cc: Haiyang Zhang >> Subject: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work >> >> In the case the host only in

Re: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2015-01-02 Thread Vitaly Kuznetsov
...@linuxdriverproject.org; vkuzn...@redhat.com; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com; KY Srinivasan Cc: Haiyang Zhang Subject: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work In the case the host only injects an IPv6 address, the dhcp_enabled flag is true (it's only

RE: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2015-01-02 Thread Dexuan Cui
; KY Srinivasan; Haiyang Zhang Subject: Re: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work Dexuan Cui de...@microsoft.com writes: -Original Message- From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On Behalf Of Dexuan Cui Sent: Wednesday

RE: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2014-12-16 Thread Dexuan Cui
kuzn...@redhat.com; o...@aepfle.de; > a...@canonical.com; jasow...@redhat.com; KY Srinivasan > Cc: Haiyang Zhang > Subject: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work > > In the case the host only injects an IPv6 address, the dhcp_enabled flag is > true (it'

RE: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2014-12-16 Thread Dexuan Cui
...@aepfle.de; a...@canonical.com; jasow...@redhat.com; KY Srinivasan Cc: Haiyang Zhang Subject: [PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work In the case the host only injects an IPv6 address, the dhcp_enabled flag is true (it's only for IPv4 according to Hyper-V host team

[PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2014-12-10 Thread Dexuan Cui
In the case the host only injects an IPv6 address, the dhcp_enabled flag is true (it's only for IPv4 according to Hyper-V host team), but we still need to proceed to parse the IPv6 information. Cc: Vitaly Kuznetsov Cc: K. Y. Srinivasan Signed-off-by: Dexuan Cui --- v2: removed the

[PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work

2014-12-10 Thread Dexuan Cui
In the case the host only injects an IPv6 address, the dhcp_enabled flag is true (it's only for IPv4 according to Hyper-V host team), but we still need to proceed to parse the IPv6 information. Cc: Vitaly Kuznetsov vkuzn...@redhat.com Cc: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Dexuan