[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADvbK_dqtpPjQ6VLQZBVBfx7C-RUeZ1SLQ+t9NNZWtMUTY+=bA@mail.gmail.com>
Date: Sun, 9 Feb 2020 22:10:01 +0800
From: Xin Long <lucien.xin@...il.com>
To: David Ahern <dsahern@...il.com>
Cc: network dev <netdev@...r.kernel.org>,
Stephen Hemminger <stephen@...workplumber.org>,
Simon Horman <simon.horman@...ronome.com>,
Pieter Jansen van Vuuren
<pieter.jansenvanvuuren@...ronome.com>
Subject: Re: [PATCH iproute2-next 1/7] iproute_lwtunnel: add options support
for geneve metadata
On Fri, Feb 7, 2020 at 12:07 AM David Ahern <dsahern@...il.com> wrote:
>
> On 2/2/20 10:39 PM, Xin Long wrote:
> > This patch is to add LWTUNNEL_IP(6)_OPTS and LWTUNNEL_IP_OPTS_GENEVE's
> > parse and print to implement geneve options support in iproute_lwtunnel.
> >
> > Options are expressed as class:type:data and multiple options may be
> > listed using a comma delimiter.
> >
> > With this patch, users can add and dump geneve options like:
> >
> > # ip net d a; ip net d b; ip net a a; ip net a b
> > # ip -n a l a eth0 type veth peer name eth0 netns b
> > # ip -n a l s eth0 up; ip -n b link set eth0 up
> > # ip -n a a a 10.1.0.1/24 dev eth0; ip -n b a a 10.1.0.2/24 dev eth0
> > # ip -n b l a geneve1 type geneve id 1 remote 10.1.0.1 ttl 64
> > # ip -n b a a 1.1.1.1/24 dev geneve1; ip -n b l s geneve1 up
> > # ip -n b r a 2.1.1.0/24 dev geneve1
> > # ip -n a l a geneve1 type geneve external
> > # ip -n a a a 2.1.1.1/24 dev geneve1; ip -n a l s geneve1 up
> > # ip -n a r a 1.1.1.0/24 encap ip id 1 geneve_opts \
> > 1:1:1212121234567890,1:1:1212121234567890,1:1:1212121234567890 \
> > dst 10.1.0.2 dev geneve1
> > # ip -n a r s; echo ''; ip net exec a ping 1.1.1.1 -c 1
> >
>
> Thanks for the command list and example. It would be a lot easier to
> read if commands were 1 per line and used the long form.
Yep, thanks, will do in v2.
>
> Same for patches 2 and 3
>
Powered by blists - more mailing lists