BUG11131: fix errormessage when more ipsec subnets defined
Message ID | 1464878375-16503-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | ecc9c73bb5cd77b8622c5737964460cf74be945e |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 8FC7C61529 for <patchwork@ipfire.org>; Thu, 2 Jun 2016 16:39:36 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 22C71155C; Thu, 2 Jun 2016 16:39:36 +0200 (CEST) Received: from EDV.kappeln2011.lan (ip1f117349.dynamic.kabel-deutschland.de [31.17.115.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7F20F1239; Thu, 2 Jun 2016 16:39:34 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] BUG11131: fix errormessage when more ipsec subnets defined Date: Thu, 2 Jun 2016 16:39:35 +0200 Message-Id: <1464878375-16503-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.7.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Cc: Heino Gutschmidt <heino.gutschmidt@managedhosting.de> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
June 3, 2016, 12:39 a.m. UTC
From: Heino Gutschmidt <heino.gutschmidt@managedhosting.de> When having more than one subnet in an ipsec connection it is not possible to create a new openvpn static subnet. Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> Signed-off-by: Heino Gutschmidt <heino.gutschmidt@managedhosting.de> --- config/cfgroot/general-functions.pl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)