From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 0/2] ip link gre: fix external mode handling Date: Fri, 6 May 2016 11:50:17 -0700 Message-ID: <20160506115017.1d1f21f9@xeon-e3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Paolo Abeni , Pravin Shelar To: Jiri Benc Return-path: Received: from mail-pf0-f180.google.com ([209.85.192.180]:33668 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758144AbcEFSuG (ORCPT ); Fri, 6 May 2016 14:50:06 -0400 Received: by mail-pf0-f180.google.com with SMTP id 206so52814597pfu.0 for ; Fri, 06 May 2016 11:50:06 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 27 Apr 2016 16:11:12 +0200 Jiri Benc wrote: > Fix two bugs with handling of the 'external' keyword for GRE. > > Jiri Benc (2): > ip link gre: create interfaces in external mode correctly > ip link gre: print only relevant info in external mode > > ip/link_gre.c | 43 +++++++++++++++++++++++++------------------ > 1 file changed, 25 insertions(+), 18 deletions(-) > Applied