Re: [PATCH iproute2 v5] iproute: Set ip/ip6 lwtunnel flags

2019-01-21 Thread wenxu
Hi stephen & David, The status of this patch shows "Accepted' for long time. http://patchwork.ozlabs.org/patch/1019880/ But it doesn't applied to master. There are some other problem for this patch? BR wenxu On 1/2/2019 11:57 AM, we...@ucloud.cn wrote: > From: wenxu > > ip l add dev tun typ

Re: [PATCH iproute2 v5] iproute: Set ip/ip6 lwtunnel flags

2019-01-08 Thread wenxu
Hi stephen, I found the state of this patch is Accepted. I wonder why it didn't merge into the iproute2 master? BR wenxu On 1/2/2019 11:57 AM, we...@ucloud.cn wrote: > From: wenxu > > ip l add dev tun type gretap external > ip r a 10.0.0.1 encap ip dst 192.168.152.171 id 1000 dev gretap > >

[PATCH iproute2 v5] iproute: Set ip/ip6 lwtunnel flags

2019-01-01 Thread wenxu
From: wenxu ip l add dev tun type gretap external ip r a 10.0.0.1 encap ip dst 192.168.152.171 id 1000 dev gretap For gretap example when the command set the id but don't set the TUNNEL_KEY flags. There is no key field in the send packet User can set flags with key, csum, seq ip r a 10.0.0.1 en