From patchwork Mon Oct 14 16:46:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2502 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46sPbH2PBNz42j9 for ; Mon, 14 Oct 2019 16:46:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46sPbG6V9Pz2p3; Mon, 14 Oct 2019 16:46:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46sPbG4mHmz2ypv; Mon, 14 Oct 2019 16:46:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46sPbD5vjkz2y2r for ; Mon, 14 Oct 2019 16:46:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46sPbD3JJ2z2Nq; Mon, 14 Oct 2019 16:46:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1571071592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RZBb2jPJvp2FmlzJr/9W2OhyD3bgIIu7UtV25/L8g7g=; b=3tSKG+HWtJBjZlDRGxUW2TgvMiGh6AdhIenPGGB5A7oWdt7pQxILehcIEM4GPlFMUMkI+J 1q1ESOXC8srIP8CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1571071592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RZBb2jPJvp2FmlzJr/9W2OhyD3bgIIu7UtV25/L8g7g=; b=XgNP4MCsy7sdsQJS4km1fnqyEkakDOvIhL50khNFek45ikPUR3Ke/Nay0U1vA3OeVxk0mI mcLzyuCa7bL87OP6uPYFnXmKsCLBNKmmES0XTfDyQ0zYgd+3w2nUD2u2Rw1YOQdkBoXh5l XhSxcomBokHpFOmHUMI9Pul/DEDTcLuNyQiISBpBVV/oyPia4cHNGk6EDZbszGw2wfHDdr SzUjzNMyS5VOXGlDog3sMhDIqooucQh2B6xoWdsdK1o0lXuFB6VbDY5OEafaeww6HI55um ttBdn54w5OjUIFzzqAmHs1pc9FAV7G10AsjayEIJWKxp8lQgbT4g0MeoSctQNA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 01/17] QoS: Do not manually load iptables modules Date: Mon, 14 Oct 2019 16:46:11 +0000 Message-Id: <20191014164627.18516-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This should not be necessary and causes the script to wait for two seconds. Signed-off-by: Michael Tremer --- config/qos/makeqosscripts.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index bc460db92..f799b74a5 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -407,10 +407,6 @@ print <