netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Taehee Yoo <ap420073@gmail.com>,
	stephen@networkplumber.org, netdev@vger.kernel.org
Subject: Re: [PATCH iproute-next v3] ip: add AMT support
Date: Wed, 3 Nov 2021 20:34:12 -0600	[thread overview]
Message-ID: <99b10575-78df-d0bc-b963-d19e08b4545c@gmail.com> (raw)
In-Reply-To: <20211030140858.16788-1-ap420073@gmail.com>

On 10/30/21 8:08 AM, Taehee Yoo wrote:
> Add basic support for Automatic Multicast Tunneling (AMT) network devices.
> 
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> ---
> v1 -> v2:
>  - Remove unnecessary check
>  - Use strcmp() instead of matches().
> v2 -> v3:
>  - Remove unnecessary check
> 
>  ip/Makefile           |   3 +-
>  ip/ip.c               |   4 +-
>  ip/iplink.c           |   2 +-
>  ip/iplink_amt.c       | 200 ++++++++++++++++++++++++++++++++++++++++++
>  man/man8/ip-link.8.in |  46 ++++++++++
>  5 files changed, 251 insertions(+), 4 deletions(-)
>  create mode 100644 ip/iplink_amt.c
> 

applied to iproute2-next.


      reply	other threads:[~2021-11-04  2:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 14:08 [PATCH iproute-next v3] ip: add AMT support Taehee Yoo
2021-11-04  2:34 ` David Ahern [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=99b10575-78df-d0bc-b963-d19e08b4545c@gmail.com \
    --to=dsahern@gmail.com \
    --cc=ap420073@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).