X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BFE89DC010B for ; Mon, 2 Jun 2014 05:09:04 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pn19so2208753lab.6 for ; Sun, 01 Jun 2014 22:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=/YQNGpXHkI1Fugaq8RTuv25kNF1VduWzr6vydwVNFeo=; b=aE0i4cPkaFeVr8P3zMlWpXb9jvnI3G35TPclUR7oAqc4wnPw7bNjcfRyRZsg1bMYA3 tMUX0tNRu018gFtNEpcSLTKNzHGw+Hxm8baWZmft8gFNjvJJILr1XbVjAfZ/FadW0qcj 1Gox6RaLVJGITj1pIfcqH4px/Vns97XyXQ50iQ/9X5+dfVe2flFfyeyYbw+MCdkvxT3X PWc61I8q6LlwwfVvhps0nOTqOinCG4zswZvKsWkP1rmBfcwcjszfWMzlQs+4DCiKwJ9z 9kTVuFumJeJ3ogG7qnptXevjQFvw/D2B1PggW8/IagViCBOLKTqgiAIe15ROkwAZJf+0 3jhA== X-Received: by 10.152.121.72 with SMTP id li8mr749679lab.45.1401685741790; Sun, 01 Jun 2014 22:09:01 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id on8sm11769783lbb.19.2014.06.01.22.09.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Jun 2014 22:09:01 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 2 Jun 2014 08:09:11 +0300 From: Timo Teras To: Nathan Angelacos Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Alpine 3.0.0 release candidate 3 Message-ID: <20140602080911.77a7fe84@vostro> In-Reply-To: <538BBD0C.5090905@alpinelinux.org> References: <20140529163016.40181fc4@ncopa-desktop.alpinelinux.org> <538BBD0C.5090905@alpinelinux.org> X-Mailer: Claws Mail 3.10.0 (GTK+ 2.24.23; i486-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 01 Jun 2014 19:53:48 -0400 Nathan Angelacos wrote: > On 05/29/2014 10:30 AM, Natanael Copa wrote: > > I have tagged 3.0.0_rc3. > > Tried RC_4 with a dmvpn setup, something's up with GRE > > * Loading iptables state and starting firewall ...iptables-restore > v1.4.21: unknown protocol "gre" specified > Error occurred at line: 141 > > Line 141 is: [0:0] -A INPUT -i eth0 -p gre -m policy --dir in --pol > ipsec -j ACCEPT > > And > > * Loading ipsec policies from /etc/ipsec.conf. > line 2: invalid upper layer protocol at [gre] > > Line 2 is: spdadd 0.0.0.0/0 0.0.0.0/0 gre -P out ipsec > esp/transport//require; > > I tried loading any netfilter modules that included "gre" in the > name, but still no joy. Thanks for the heads up. Sounds like a musl getprotobyname() issue. I will look at it. I have not bothered testing dmvpn yet, since the kernel is known to be broken too. The fixes made it to 3.14.5, so we should be able to fix things on that part for next release. -Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---