From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758081AbYEGXhZ (ORCPT ); Wed, 7 May 2008 19:37:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753675AbYEGXg7 (ORCPT ); Wed, 7 May 2008 19:36:59 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:40217 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753526AbYEGXg6 (ORCPT ); Wed, 7 May 2008 19:36:58 -0400 Date: Wed, 7 May 2008 16:36:13 -0700 From: Andrew Morton To: Thomas Zeitlhofer Cc: linux-kernel@vger.kernel.org, Kazunori MIYAZAWA , netdev@vger.kernel.org Subject: Re: 2.6.25: racoon does not work without ipv6 any more Message-Id: <20080507163613.5ff56766.akpm@linux-foundation.org> In-Reply-To: <20080422234246.GA17735@swan.nt.tuwien.ac.at> References: <20080422234246.GA17735@swan.nt.tuwien.ac.at> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 23 Apr 2008 01:42:47 +0200 Thomas Zeitlhofer wrote: > Hello, > > commit df9dcb4588aca9cc243cf1f3f454361a84e1cbdb breaks racoon if the > kernel is compiled _without_ ipv6 support. > > In this case, racoon fails in phase 2 with: > > racoon: ERROR: pfkey UPDATE failed: Protocol not supported > racoon: ERROR: pfkey ADD failed: Protocol not supported > > Up to 2.6.24, racoon worked fine without ipv6 support in the kernel and > reverting the commit above restores the old behavior. > (cc's added)