[PATCH] Implement full-functionality option for ECN encapsulation in tunnel

2017-02-15 Thread Vadim Fedorenko
IPVS tunnel mode works as simple tunnel (see RFC 3168) copying ECN field to outer header. That's result in packet drops on egress tunnels in case the egress tunnel operates as ECN-capable with Full-functionality option (like ip_tunnel and ip6_tunnel kernel modules), according to RFC 3168 section 9.

Re: [PATCH] Implement full-functionality option for ECN encapsulation in tunnel

2017-09-26 Thread Pablo Neira Ayuso
On Tue, Sep 26, 2017 at 11:09:54AM +0300, Vadim Fedorenko wrote: > Hello, > this patch seems to be lost somewhere in upstream. Please, merge it Applied to nf.git. Thanks.

Re: [PATCH] Implement full-functionality option for ECN encapsulation in tunnel

2017-02-15 Thread Julian Anastasov
Hello, On Wed, 15 Feb 2017, Vadim Fedorenko wrote: > IPVS tunnel mode works as simple tunnel (see RFC 3168) copying ECN field > to outer header. That's result in packet drops on egress tunnels in case > the egress tunnel operates as ECN-capable with Full-functionality option > (like ip_t