From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serhey Popovych Subject: [PATCH iproute2 v3 0/7] ip6/tunnel: Unify tclass, flowlabel and encap_limit output Date: Mon, 8 Jan 2018 19:04:25 +0200 Message-ID: <1515431072-29128-1-git-send-email-serhe.popovych@gmail.com> To: netdev@vger.kernel.org Return-path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:41572 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934431AbeAHRFJ (ORCPT ); Mon, 8 Jan 2018 12:05:09 -0500 Received: by mail-lf0-f66.google.com with SMTP id h137so12839917lfe.8 for ; Mon, 08 Jan 2018 09:05:09 -0800 (PST) Received: from tuxracer.localdomain ([2a01:6d80::195:20:96:53]) by smtp.gmail.com with ESMTPSA id o98sm2216103lfg.50.2018.01.08.09.05.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Jan 2018 09:05:06 -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