From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serhey Popovych Subject: [PATCH iproute2 0/9] ip/tunnel: Improve tunnel parameters printing Date: Fri, 12 Jan 2018 19:39:25 +0200 Message-ID: <1515778774-24173-1-git-send-email-serhe.popovych@gmail.com> To: netdev@vger.kernel.org Return-path: Received: from mail-lf0-f42.google.com ([209.85.215.42]:36393 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932859AbeALRjz (ORCPT ); Fri, 12 Jan 2018 12:39:55 -0500 Received: by mail-lf0-f42.google.com with SMTP id e203so6785881lfg.3 for ; Fri, 12 Jan 2018 09:39:54 -0800 (PST) Received: from tuxracer.localdomain ([2a01:6d80::195:20:96:53]) by smtp.gmail.com with ESMTPSA id c190sm3781968lfc.81.2018.01.12.09.39.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jan 2018 09:39:52 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Continue improvements to tunnel modules. Final goal is to make merge IP and IPv6 variants and make that transition as transparent as possible. Everything within this series is open for your comments, suggestions and criticism. See individual patch description message for details. Thanks, Serhii Serhey Popovych (9): iplink: Use ll_index_to_name() instead of if_indextoname() ip/tunnel: Correct and unify ttl/hoplimit printing ip/tunnel: Simplify and unify tos printing ip/tunnel: Use print_0xhex() instead of print_string() ip/tunnel: Use print_string() and simplify encap option printing gre/tunnel: Print erspan_index using print_uint() ip/tunnel: Minor cleanups in print routines vti/tunnel: Unify ikey/okey printing vti6/tunnel: Unify and simplify link type help functions bridge/fdb.c | 4 +- bridge/link.c | 18 +++----- ip/ip6tunnel.c | 5 +- ip/iplink_bond.c | 25 ++-------- ip/iplink_geneve.c | 38 +++++++-------- ip/iplink_vxlan.c | 42 +++++++---------- ip/iproute_lwtunnel.c | 11 ++--- ip/iptunnel.c | 2 +- ip/link_gre.c | 117 +++++++++++++++++++--------------------------- ip/link_gre6.c | 94 ++++++++++++++++++------------------- ip/link_ip6tnl.c | 89 +++++++++++++++++------------------ ip/link_iptnl.c | 123 ++++++++++++++++++++----------------------------- ip/link_vti.c | 36 ++++++--------- ip/link_vti6.c | 60 +++++++++++++----------- ip/tunnel.c | 24 ++++++++++ ip/tunnel.h | 1 + 16 files changed, 313 insertions(+), 376 deletions(-) -- 1.7.10.4