Re: [PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-11-10 Thread Wei Liu
On Fri, Nov 10, 2023 at 02:59:14PM +, Haiyang Zhang wrote: > @Wei Liu Could you please add this to the hv > tree? > Applied to hyperv-fixes. Sorry for the delay. Thanks, Wei.

Re: [PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-11-09 Thread Ani Sinha
> On 07-Nov-2023, at 9:10 AM, Ani Sinha wrote: > > > >> On 30-Oct-2023, at 10:45 AM, Ani Sinha wrote: >> >> >> >>> On 23-Oct-2023, at 11:07 AM, Shradha Gupta >>> wrote: >>> >>> On Mon, Oct 16, 2023 at 07:01:22PM +0530, Ani Sinha wrote: Some small fixes: - lets make sure we a

Re: [PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-11-06 Thread Ani Sinha
> On 30-Oct-2023, at 10:45 AM, Ani Sinha wrote: > > > >> On 23-Oct-2023, at 11:07 AM, Shradha Gupta >> wrote: >> >> On Mon, Oct 16, 2023 at 07:01:22PM +0530, Ani Sinha wrote: >>> Some small fixes: >>> - lets make sure we are not adding ipv4 addresses in ipv6 section in >>> keyfile and vi

Re: [PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-10-29 Thread Ani Sinha
> On 23-Oct-2023, at 11:07 AM, Shradha Gupta > wrote: > > On Mon, Oct 16, 2023 at 07:01:22PM +0530, Ani Sinha wrote: >> Some small fixes: >> - lets make sure we are not adding ipv4 addresses in ipv6 section in >> keyfile and vice versa. >> - ADDR_FAMILY_IPV6 is a bit in addr_family. Test th

Re: [PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-10-22 Thread Shradha Gupta
On Mon, Oct 16, 2023 at 07:01:22PM +0530, Ani Sinha wrote: > Some small fixes: > - lets make sure we are not adding ipv4 addresses in ipv6 section in >keyfile and vice versa. > - ADDR_FAMILY_IPV6 is a bit in addr_family. Test that bit instead of >checking the whole value of addr_family. >

[PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

2023-10-16 Thread Ani Sinha
Some small fixes: - lets make sure we are not adding ipv4 addresses in ipv6 section in keyfile and vice versa. - ADDR_FAMILY_IPV6 is a bit in addr_family. Test that bit instead of checking the whole value of addr_family. - Some trivial fixes in hv_set_ifconfig.sh. These fixes are proposed