From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] Show 'external' link mode in output Date: Wed, 13 Dec 2017 12:15:01 -0800 Message-ID: <20171213121501.434f151f@xeon-e3> References: <20171212202319.GA7066@ipom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, phild@fb.com To: Phil Dibowitz Return-path: Received: from mail-pg0-f44.google.com ([74.125.83.44]:34091 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753855AbdLMUPE (ORCPT ); Wed, 13 Dec 2017 15:15:04 -0500 Received: by mail-pg0-f44.google.com with SMTP id j4so1802367pgp.1 for ; Wed, 13 Dec 2017 12:15:04 -0800 (PST) In-Reply-To: <20171212202319.GA7066@ipom.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 12 Dec 2017 12:23:19 -0800 Phil Dibowitz wrote: > Recently `external` support was added to the tunnel drivers, but there is no way > to introspect this from userspace. This adds support for that. > > Now `ip -details link` shows it: > > ``` > 7: tunl60@NONE: mtu 1452 qdisc noop state DOWN mode DEFAULT group > default qlen 1 > link/tunnel6 :: brd :: promiscuity 0 > ip6tnl external any remote :: local :: encaplimit 0 hoplimit 0 tclass 0x00 flowlabel 0x00000 (flowinfo 0x00000000) addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 > ``` > > Signed-off-by: Phil Dibowitz Applied, thanks.