From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754188AbYIOLpe (ORCPT ); Mon, 15 Sep 2008 07:45:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752949AbYIOLpU (ORCPT ); Mon, 15 Sep 2008 07:45:20 -0400 Received: from rv-out-0506.google.com ([209.85.198.229]:35118 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752828AbYIOLpS (ORCPT ); Mon, 15 Sep 2008 07:45:18 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ws5h3FUVL7nXXxrKr3kuIBZXE+Wj36fClGRH1PNrYxQGpC9KEM81l9lpDtx2hhavfA JWEYH3R02S22T5jWKanpsT753h0HBo/WQ4BH2E6NcNXOAr4CtE8sHbw0gNpP8GaPwM5f GxnGjfVXB1WcjfLwHgXd8nmz5M5V2uLjB74gA= Message-ID: Date: Mon, 15 Sep 2008 13:45:17 +0200 From: "Bosko Radivojevic" To: "David Miller" Subject: Re: GRE keepalives, again Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org, netdev@vger.kernel.org In-Reply-To: <20080914.170302.132520341.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080914.170302.132520341.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 15, 2008 at 2:03 AM, David Miller wrote: > netdev@vger.kernel.org is where networking developers are, added > to the CC: Thanks for that! >> this, and it looks like inner packet never leave ip_gre code. It looks >> like the journey of the packet ends in ipgre_ecn_decapsulate() at the >> very beginning: if (INET_ECN_is_ce(iph->tos)) { This one here is not true. I'll keep digging, but I think that this behavior is not result of a bug. It seems I just don't know how to turn the feature off ;) Sincerely, Bosko