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

2012-08-13 Thread Matt Burgess
On Fri, 2012-08-10 at 03:18 +0800, xinglp wrote: > 2012/8/10 Matt Burgess : > > I think upstream reports need to be sent to net...@vger.kernel.org, if > > you wouldn't mind? > Of course I don't mind. I would be happy if you send it. > My English is poor, typing in English is not a easy work for me

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

2012-08-13 Thread xinglp
"IFCONFIG=xxx /lib/services/ipv4-static xxx" down also not work because of this. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

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