Re: [PATCH iproute2] ip: add support for seg6local End.BPF action

2018-07-16 Thread Stephen Hemminger
On Mon, 16 Jul 2018 14:47:41 + Mathieu Xhonneux 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 obj my_

Re: [PATCH iproute2] ip: add support for seg6local End.BPF action

2018-07-16 Thread Mathieu Xhonneux
This patch corresponds to a new feature that is now available in the net tree. I hence assumed that this patch had to be sent to iproute2 and not iproute2-next, please tell me if this is not OK, I'll then send a v2 towards iproute2-next. Thanks. 2018-07-16 14:47 GMT+00:00 Mathieu Xhonneux : > Thi

[PATCH iproute2] ip: add support for seg6local End.BPF action

2018-07-16 Thread Mathieu Xhonneux
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 obj my_bpf.o sec my_func dev eth0 $ ip -6 route show fc00::18 fc00::18 encap