From patchwork Fri Mar 8 15:51:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2138 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 4180788A76E for ; Fri, 8 Mar 2019 04:52:10 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44Fw8S5G9Rz5K72W; Fri, 8 Mar 2019 04:52:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1552020728; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=nqM+YN2LsPi7F5gc6YMsOB8Z/A4FrNTpXIWdTymJmdg=; b=YekqlxdaUZ5j+gGEaVsZpZFl0y8NrGG3dvfGEAc5pnhohE4YOoibaKQdlyN3zciVsz0Ham f++wb4rtH9oM1lYgbiAqFtDWv4aRTrDRYOXVDwThjWmKQEneVwrlqZ9Ya00M+fUYgFpjMc kvn0x1WGP1hle47R0LEowZOFtIr/uz8t4VAupNMrvBh08fVEVe6LTymrgRsgPC+Etmrh9m h9Os0xL/e5yiHzGjMVOvV+nhYvORiBF5YtD4nkOIWd4hz1xQhLdnZjqiv4DZJyZhPZ2Mmr T6M1Vlp5hbwLQ/txYG/3icy3almAHm5NF14Cz7T6QMZ0Ovbz7oXlrGIHCqmOWw== Received: from ipfire-server.local (i59F5F43F.versanet.de [89.245.244.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44Fw8P6kCQz4yv7H; Fri, 8 Mar 2019 04:52:05 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1552020726; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=nqM+YN2LsPi7F5gc6YMsOB8Z/A4FrNTpXIWdTymJmdg=; b=RAJHPgoLKh2nVTXyT9DsU5ArDghtr6bod4K36MO8OY3BpkIAuYSgJ75Bf/cI4y2S26ewLk pMN90Dcpr6qA8788lrlndT+VVfDoUjn1u49QHbC5pJw9Vh+hpKYnHiQhiZxg7JK6ILTAX/ anuH4rDVquEpolBIR19hdP5TvGav/nA53BemHoqJPsV9T22202IBKrVJChNAz6lNYpLH+z FBh4HUlLYHZcMTKPDqzkezaET15BuU50CywzH/qJa8KvRm3x6n/J605B8KgrBBYn05VZ1X XDmLIkzwu3IYW04xiB64up/JOhhCPAhe6Z7tLRvisnksI8cWMtDTgizQPk+CAg== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] iptables: Commented legacy ip(6)tables entries from ROOTFILE Date: Fri, 8 Mar 2019 05:51:55 +0100 Message-Id: <20190308045155.12209-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20190303080918.5899-1-ummeegge@ipfire.org> References: <20190303080918.5899-1-ummeegge@ipfire.org> X-Spamd-Result: default: False [-4.85 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.76)[-0.919,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8881, ipnet:89.245.240.0/20, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-2.99)[99.97%] Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Erik Kapfer --- config/rootfiles/common/iptables | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/iptables b/config/rootfiles/common/iptables index 9aa9e51cb..f1a6af00e 100644 --- a/config/rootfiles/common/iptables +++ b/config/rootfiles/common/iptables @@ -131,15 +131,15 @@ lib/xtables/libxt_tos.so lib/xtables/libxt_u32.so lib/xtables/libxt_udp.so sbin/ip6tables -sbin/ip6tables-legacy -sbin/ip6tables-legacy-restore -sbin/ip6tables-legacy-save +#sbin/ip6tables-legacy +#sbin/ip6tables-legacy-restore +#sbin/ip6tables-legacy-save sbin/ip6tables-restore sbin/ip6tables-save sbin/iptables -sbin/iptables-legacy -sbin/iptables-legacy-restore -sbin/iptables-legacy-save +#sbin/iptables-legacy +#sbin/iptables-legacy-restore +#sbin/iptables-legacy-save sbin/iptables-restore sbin/iptables-save sbin/iptables-xml