[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180718155753.5b649f4b@xeon-e3>
Date: Wed, 18 Jul 2018 15:57:53 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Mathieu Xhonneux <m.xhonneux@...il.com>
Cc: netdev@...r.kernel.org, dlebrun@...gle.com
Subject: Re: [PATCH iproute2 v2] ip: add support for seg6local End.BPF
action
On Tue, 17 Jul 2018 14:49:52 +0000
Mathieu Xhonneux <m.xhonneux@...il.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@...il.com>
Ok. Applied
Powered by blists - more mailing lists