From patchwork Mon Oct 21 15:49:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Weismueller X-Patchwork-Id: 2532 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 46xh026nQDz43Sq for ; Mon, 21 Oct 2019 15:49:22 +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 46xgzx2DFwz4GP; Mon, 21 Oct 2019 15:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46xgzw6Bvjz2ydB; Mon, 21 Oct 2019 15:49:16 +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 46xgzt6hTyz2ycj for ; Mon, 21 Oct 2019 15:49:14 +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 46xgzt44hnz4F6; Mon, 21 Oct 2019 15:49:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1571672954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ERN8/E0EU9TkdOOGdet8bgsZmainOeU3VwZ4uhxmSu8=; b=ZEqtbQEsYnRnWReO+d/4Pp85WUNW6XWSI5jULAzZKnezimGC3QY3jvfw+zmu8u9W4ruQjr Jq8p6K2DA8ixO0CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1571672954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ERN8/E0EU9TkdOOGdet8bgsZmainOeU3VwZ4uhxmSu8=; b=WXVpnC2v6XMKMLABMrq5pLynZ+YqSX6FPPXyAIm+HPSwoFPAxCqip2Mr3h0oi4yohC2Phv NKygDO2yOrGowuSyxkihppDOYab+PdYtPAjirj+pMIrTxxOOIdhPTK86QqJD6s76L48NeK uU18Yr3jqbyXFKDfigw4Fzgy8x82SBmBGtPSlNdJ7jAr3G7cutEb3RU9Y0zddm4iJttwzl G5V/eP3ZzRDQ262wPeN1Pag+OtxLmhF9SILTvSQIVqZYLQoLw7GW+GgrJ6sVnffiG5yTi/ n3Eg6nqGIaOfrjsn5LFai/lrd7Y9NDDNjK0/R7dI9H+B2YIGpnLFoAHAPVqs4w== From: =?utf-8?q?Daniel_Weism=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 07/10] QoS: Suppress an error message when cleaning up from previous runs Date: Mon, 21 Oct 2019 17:49:03 +0200 Message-Id: <20191021154906.24418-7-daniel.weismueller@ipfire.org> In-Reply-To: <20191021154906.24418-1-daniel.weismueller@ipfire.org> References: <20191021154906.24418-1-daniel.weismueller@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=dweismueller smtp.mailfrom=daniel.weismueller@ipfire.org 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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" From: Michael Tremer Signed-off-by: Michael Tremer Signed-off-by: Daniel Weismüller --- config/qos/makeqosscripts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 70c1c13a1..da298ace3 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -406,7 +406,7 @@ print </dev/null 2>&1 tc qdisc add dev $qossettings{'RED_DEV'} handle ffff: ingress ### BRING UP $qossettings{'IMQ_DEV'}