Re: [PATCH net-next] ip_gre: Support lwtunnel for none-tunnel-dst gre port

2019-01-10 Thread David Miller
From: wenxu Date: Thu, 10 Jan 2019 23:19:26 +0800 > This patch status shows Deferred. Should I resubmit it? Where did I say that the net-next is OPEN? It isn't, therefore you should not.

Re: [PATCH net-next] ip_gre: Support lwtunnel for none-tunnel-dst gre port

2019-01-10 Thread wenxu
Hi David, This patch status shows Deferred. Should I resubmit it? wenxu On 2018/12/27 下午5:31, we...@ucloud.cn wrote: > From: wenxu > > ip l add dev tun type gretap key 1000 > ip a a dev tun 10.0.0.1/24 > > Packets with tun-id 1000 can be recived by tun dev. But packet can't > be sent through dev

[PATCH net-next] ip_gre: Support lwtunnel for none-tunnel-dst gre port

2018-12-27 Thread wenxu
From: wenxu ip l add dev tun type gretap key 1000 ip a a dev tun 10.0.0.1/24 Packets with tun-id 1000 can be recived by tun dev. But packet can't be sent through dev tun for non-tunnel-dst With this patch: tunnel-dst can be get through lwtunnel like beflow: ip r a 10.0.0.7 encap ip id 1000 dst