Re: [lfs-dev] script ifdown "ip addr show ${IFACE} | grep 'inet'" notwork.

2012-08-09 Thread xinglp
2012/8/10 Matt Burgess : > On Fri, 2012-08-10 at 02:11 +0800, xinglp wrote: >> 2012/8/10 Matthew Burgess : >> > On Thu, 9 Aug 2012 23:15:32 +0800, xinglp wrote: >> >> Maybe we should replace "ip addr show ${IFACE}" with "ip -f inet addr >> >> show ${IFACE}". >> > >> > It would help if you explaine

Re: [lfs-dev] script ifdown "ip addr show ${IFACE} | grep 'inet'" notwork.

2012-08-09 Thread Matt Burgess
On Fri, 2012-08-10 at 02:11 +0800, xinglp wrote: > 2012/8/10 Matthew Burgess : > > On Thu, 9 Aug 2012 23:15:32 +0800, xinglp wrote: > >> Maybe we should replace "ip addr show ${IFACE}" with "ip -f inet addr > >> show ${IFACE}". > > > > It would help if you explained *why* you think this needs chan

Re: [lfs-dev] script ifdown "ip addr show ${IFACE} | grep 'inet'" notwork.

2012-08-09 Thread xinglp
2012/8/10 Matthew Burgess : > On Thu, 9 Aug 2012 23:15:32 +0800, xinglp wrote: >> Maybe we should replace "ip addr show ${IFACE}" with "ip -f inet addr >> show ${IFACE}". > > It would help if you explained *why* you think this needs changing. > Does the current code not work? If so, how does the

Re: [lfs-dev] script ifdown "ip addr show ${IFACE} | grep 'inet'" notwork.

2012-08-09 Thread Matthew Burgess
On Thu, 9 Aug 2012 23:15:32 +0800, xinglp wrote: > Maybe we should replace "ip addr show ${IFACE}" with "ip -f inet addr > show ${IFACE}". It would help if you explained *why* you think this needs changing. Does the current code not work? If so, how does the bug/issue manifest itself? > The lat

[lfs-dev] script ifdown "ip addr show ${IFACE} | grep 'inet'" not work.

2012-08-09 Thread xinglp
Maybe we should replace "ip addr show ${IFACE}" with "ip -f inet addr show ${IFACE}". The latest 'ip' has somethings changed. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page