All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Mathieu Xhonneux <m.xhonneux@gmail.com>
Cc: netdev@vger.kernel.org, dlebrun@google.com
Subject: Re: [PATCH iproute2 v2] ip: add support for seg6local End.BPF action
Date: Wed, 18 Jul 2018 15:57:53 -0700	[thread overview]
Message-ID: <20180718155753.5b649f4b@xeon-e3> (raw)
In-Reply-To: <20180717144952.4540-1-m.xhonneux@gmail.com>

On Tue, 17 Jul 2018 14:49:52 +0000
Mathieu Xhonneux <m.xhonneux@gmail.com> wrote:

> This patch adds support for the End.BPF action of the seg6local
> lightweight tunnel. Functions from the BPF lightweight tunnel are
> re-used in this patch. Example:
> 
> $ ip -6 route add fc00::18 encap seg6local action End.BPF endpoint
> obj my_bpf.o sec my_func dev eth0
> 
> $ ip -6 route show fc00::18
> fc00::18  encap seg6local action End.BPF endpoint my_bpf.o:[my_func]
> dev eth0 metric 1024 pref medium
> 
> v2: - re-use of print_encap_bpf_prog instead of fprintf
>     - introduction of "endpoint" keyword for more consistency with
>       others parameters
> 
> Signed-off-by: Mathieu Xhonneux <m.xhonneux@gmail.com>

Ok. Applied

      reply	other threads:[~2018-07-18 23:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17 14:49 [PATCH iproute2 v2] ip: add support for seg6local End.BPF action Mathieu Xhonneux
2018-07-18 22:57 ` 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=20180718155753.5b649f4b@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=dlebrun@google.com \
    --cc=m.xhonneux@gmail.com \
    --cc=netdev@vger.kernel.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 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.