From: Stephen Hemminger <stephen@networkplumber.org>
To: Serhey Popovych <serhe.popovych@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements
Date: Tue, 23 Jan 2018 14:52:53 -0800 [thread overview]
Message-ID: <20180123145253.56b3fe11@xeon-e3> (raw)
In-Reply-To: <1516380243-32568-1-git-send-email-serhe.popovych@gmail.com>
On Fri, 19 Jan 2018 18:43:59 +0200
Serhey Popovych <serhe.popovych@gmail.com> wrote:
> It is small series of fixes and code cleanups:
>
> 1) Add space after encap-[ds]port parameter value
> in tunnel encapsulation options output.
>
> 2) Unify ttl/hoplimit parsing routines by using
> get_u8(), handling "inherit" and "hlim" as
> alias to "hoplimit" and "ttl" parameter name.
>
> 3) Report when unable to resolve vti tunnel link
> instead of silently quitting and use __u32
> for fwmark istead of unsigned int to match
> with rest of tunneling code.
>
> 4) Use ll_name_to_index() instead of if_nametoindex()
> to make ip(8) output and input parameter acceptance
> coherent.
>
> See individual patch description message for details.
>
> Thanks,
> Serhii
>
> Serhey Popovych (4):
> tunnel: Add space between encap-dport and encap-sport in non-JSON
> output
> iptnl/ip6tnl: Unify ttl/hoplimit parsing routines
> vti/vti6: Minor improvements
> iplink: Use ll_name_to_index() instead of if_nametoindex()
>
> bridge/fdb.c | 4 ++--
> bridge/mdb.c | 2 +-
> bridge/vlan.c | 2 +-
> ip/iplink_bond.c | 4 ++--
> ip/iplink_bridge.c | 2 +-
> ip/iplink_vxlan.c | 2 +-
> ip/iproute_lwtunnel.c | 4 ++--
> ip/link_gre.c | 12 ++++--------
> ip/link_gre6.c | 15 ++++++++-------
> ip/link_ip6tnl.c | 16 ++++++++--------
> ip/link_iptnl.c | 5 +++--
> ip/link_vti.c | 4 ++--
> ip/link_vti6.c | 8 +++++---
> ip/tunnel.c | 4 ++--
> 14 files changed, 42 insertions(+), 42 deletions(-)
Looks good, applied.
prev parent reply other threads:[~2018-01-23 22:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-19 16:43 [PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements Serhey Popovych
2018-01-19 16:44 ` [PATCH iproute2 1/4] tunnel: Add space between encap-dport and encap-sport in non-JSON output Serhey Popovych
2018-01-19 16:44 ` [PATCH iproute2 2/4] iptnl/ip6tnl: Unify ttl/hoplimit parsing routines Serhey Popovych
2018-01-19 16:44 ` [PATCH iproute2 3/4] vti/vti6: Minor improvements Serhey Popovych
2018-01-19 16:44 ` [PATCH iproute2 4/4] iplink: Use ll_name_to_index() instead of if_nametoindex() Serhey Popovych
2018-01-23 22:52 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180123145253.56b3fe11@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=serhe.popovych@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.