From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serhey Popovych Subject: [PATCH iproute2 0/7] ip6/tunnel: Unify tclass, flowlabel and encap_limit output Date: Mon, 8 Jan 2018 19:06:31 +0200 Message-ID: <1515431198-29362-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]:45627 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933247AbeAHRGn (ORCPT ); Mon, 8 Jan 2018 12:06:43 -0500 Received: by mail-lf0-f65.google.com with SMTP id y71so12813538lfd.12 for ; Mon, 08 Jan 2018 09:06:42 -0800 (PST) Received: from tuxracer.localdomain ([2a01:6d80::195:20:96:53]) by smtp.gmail.com with ESMTPSA id y138sm2221484lfd.62.2018.01.08.09.06.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Jan 2018 09:06:40 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: With this series I want to improve printing of tclass, flowlabel and encapsulation limit (encap_limit) options. Everything within this series is open for your comments, suggestions and criticism. See individual patch description message for details. Thanks, Serhii Serhey Popovych (7): ip6/tunnel: Fix tclass output ip6tnl/tunnel: Do not print obscure flowinfo ip6/tunnel: Unify tclass printing ip6/tunnel: Unify flowlabel printing ip6/tunnel: Unify encap_limit printing gre6/tunnel: Output flowlabel after tclass ip6tnl/tunnel: Output hoplimit before encapsulation limit ip/link_gre6.c | 54 ++++++++++++++++------------------------------ ip/link_ip6tnl.c | 63 ++++++++++++++++++------------------------------------ 2 files changed, 40 insertions(+), 77 deletions(-) -- 1.7.10.4