From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 10/17] QoS: Suppress an error message when cleaning up from previous runs Date: Mon, 14 Oct 2019 16:46:20 +0000 Message-ID: <20191014164627.18516-10-michael.tremer@ipfire.org> In-Reply-To: <20191014164627.18516-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7820167998135407904==" List-Id: --===============7820167998135407904== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- 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 386a6bffe..f2c969371 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -405,7 +405,7 @@ print </dev/null 2>&1 tc qdisc add dev $qossettings{'RED_DEV'} handle ffff: ingress ### BRING UP $qossettings{'IMQ_DEV'} -- 2.20.1 --===============7820167998135407904==--