From patchwork Fri Oct 16 00:49:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 103 Return-Path: Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id DF92262040 for ; Thu, 15 Oct 2015 15:50:11 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id E7BFC2DB; Thu, 15 Oct 2015 15:50:10 +0200 (CEST) Received: from tuxedo.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 3FB391E5; Thu, 15 Oct 2015 15:50:08 +0200 (CEST) From: Stefan Schantl To: network@lists.ipfire.org Date: Thu, 15 Oct 2015 15:49:52 +0200 Message-Id: <1444916992-7458-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.4.3 Subject: [network] [PATCH] pppoe-server: Check for valid network X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: network-bounces@lists.ipfire.org Sender: "network" The pppoe-server did not proper check if a valid IPv4 or IPv6 network has been specified. Signed-off-by: Stefan Schantl --- src/hooks/configs/pppoe-server | 6 ++++++ 1 file changed, 6 insertions(+)