From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH iproute2] ipnetns: fix ip batch mode when using 'netns exec' Date: Thu, 29 Aug 2013 14:26:09 +0200 Message-ID: <521F3DE1.5050600@6wind.com> References: <1377588334-13538-1-git-send-email-nicolas.dichtel@6wind.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org To: Cong Wang Return-path: Received: from mail-wi0-f173.google.com ([209.85.212.173]:35652 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751715Ab3H2M0M (ORCPT ); Thu, 29 Aug 2013 08:26:12 -0400 Received: by mail-wi0-f173.google.com with SMTP id ey11so4782717wid.12 for ; Thu, 29 Aug 2013 05:26:11 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Le 28/08/2013 10:13, Cong Wang a =E9crit : > On Tue, 27 Aug 2013 at 07:25 GMT, Nicolas Dichtel wrote: >> >> - /* If child failed, propagate status */ >> - if (WIFEXITED(status)) >> - exit(WEXITSTATUS(status)); >> + if (WIFEXITED(status)) { >> + /* ip must returns the status of the child, > > s/returns/return/ Thank you, but please keep all email addresses in cc next time, at leas= t the author!