Re: [OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Khem Raj
On May 8, 2013, at 1:15 PM, Trevor Woerner wrote: > On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote: >> ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 >> package >> and is now removed by many distro's e.g. Archlinux. So we replace ifconfig >> with ip utility >> >

Re: [OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Trevor Woerner
On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote: > ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 > package > and is now removed by many distro's e.g. Archlinux. So we replace ifconfig > with ip utility > > Signed-off-by: Khem Raj > --- > scripts/runqemu-gen-tapdev

[OE-core] [PATCH] runqemu: Replace use of ifconfig with ip

2013-05-08 Thread Khem Raj
ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2 package and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with ip utility Signed-off-by: Khem Raj --- scripts/runqemu-gen-tapdevs | 6 +++--- scripts/runqemu-ifup| 6 +++--- scripts/ru