[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130222185741.GA10588@gmail.com>
Date: Fri, 22 Feb 2013 19:57:41 +0100
From: Olaf Hering <aepfle@...il.com>
To: Tomas Hozza <thozza@...hat.com>
Cc: gregkh@...uxfoundation.org, kys@...rosoft.com, jasowang@...hat.com,
haiyangz@...rosoft.com, linux-kernel@...r.kernel.org,
habdi@...rosoft.com
Subject: Re: [PATCH] tools: hv: Fix how ifcfg-* file is created
On Sun, Jan 13, Tomas Hozza wrote:
> -# IPADDR=ipaddr1
> -# IPADDR_1=ipaddr2
> -# IPADDR_x=ipaddry (where y = x + 1)
> +# IPADDR0=ipaddr1
> +# IPADDR1=ipaddr2
> +# IPADDRx=ipaddry (where y = x + 1)
Before this change it was IPADDR=, now its IPADDR0=.
Furthermore, IPADDR_n was changed to IPADDRn.
Does that match what the tools consuming the ifcfg-* files expect?
Why did it work before this change?
Olaf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists