Re: [PATCH] tools: hv: Fix how ifcfg-* file is created

2013-02-24 Thread Tomas Hozza
- Original Message - > 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

Re: [PATCH] tools: hv: Fix how ifcfg-* file is created

2013-02-22 Thread Olaf Hering
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.

[PATCH] tools: hv: Fix how ifcfg-* file is created

2013-01-13 Thread Tomas Hozza
Fix for the daemon code and for hv_set_ifconfig.sh script, so that the created ifcfg-* file is consistent with initscripts documentation. Signed-off-by: Tomas Hozza --- tools/hv/hv_kvp_daemon.c| 59 ++--- tools/hv/hv_set_ifconfig.sh | 22 +++---