From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serhey Popovych Subject: [PATCH iproute2 0/3] ip/tunnel: Fix noencap- and document "external" parameter handling. Date: Wed, 27 Dec 2017 13:28:13 +0200 Message-ID: <1514374096-1473-1-git-send-email-serhe.popovych@gmail.com> To: netdev@vger.kernel.org Return-path: Received: from mail-lf0-f65.google.com ([209.85.215.65]:38555 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbdL0L27 (ORCPT ); Wed, 27 Dec 2017 06:28:59 -0500 Received: by mail-lf0-f65.google.com with SMTP id w196so24094660lff.5 for ; Wed, 27 Dec 2017 03:28:58 -0800 (PST) Received: from tuxracer.localdomain ([2a01:6d80::195:20:96:53]) by smtp.gmail.com with ESMTPSA id a7sm4313593lfh.10.2017.12.27.03.28.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Dec 2017 03:28:56 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: In this series I present next set of improvements/fixes: 1) Fix noencap- option handling: we need to clear bit, instead of seting all, but one we expect to clear. 2) Document "external" parameter both in ip-link(8) and help output for link_gre.c. Add "noexternal" option variant to bring inline with GENEVE and VXLAN. 3) Trivial: clear flowlabel/tclass from flowinfo in case of inherit to stop sending garbage to the kernel. It has no functional change, but follows similar behaviour in link_ip6tnl.c See individual patch description message for details. Thanks, Serhii Serhey Popovych (3): gre,ip6tnl/tunnel: Fix noencap- support gre6/tunnel: Do not submit garbage in flowinfo ip/tunnel: Document "external" parameter ip/link_gre.c | 7 +++++-- ip/link_gre6.c | 4 ++-- ip/link_ip6tnl.c | 6 ++++-- ip/link_iptnl.c | 4 +++- man/man8/ip-link.8.in | 6 ++++++ 5 files changed, 20 insertions(+), 7 deletions(-) -- 1.7.10.4