From patchwork Wed Mar 7 01:56:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Weismueller X-Patchwork-Id: 1690 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 07B13600E8 for ; Tue, 6 Mar 2018 15:57:09 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -1.099 X-Spam-Level: X-Spam-Status: No, score=-1.099 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 87F33108C38D; Tue, 6 Mar 2018 14:57:05 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1520348227; x=1522940227; bh=DaddJ6cYyIGhD1aPle5UARySCi+bpqVxJcZZSVjmgOQ=; h=From:To:Subject:Date:Message-Id:Content-Type:Sender:From:To:Cc: Date:Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=OF+xOJidU2jRBmlKq3J0I5+9hexMDnxl9zqM4+acpOX+cVTdd88nob/RIE9V91TtD N27YXQE2pUmznh1BIPmCqR/aJUbY0tfQIpn3CC6az39sRltREP074Bc1BtNlDWidcn zGCbb2e0HyvAplsItzyq7Ft0RdKBoW0JExPnYdt5ASnnIGitRgsbVZ65+xAN9NW+Tf cFGT3bORzDKKlnqBHRxiqCP5LKm9/3mplhJrf4eyx3JsYjsz098BYvZaMwOCg9m26A bzDAGVD7diAkqk4DkKr++NZX3q2dL0KXNhlVCtkHXSmuR+lK6BxqOVUJbdNnrGSlQu T6CFSuT7GtQCw== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from whytea-e82.lan.e82 (p5DE86DC9.dip0.t-ipconnect.de [93.232.109.201]) (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 B12FB108C38C; Tue, 6 Mar 2018 14:57:01 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1520348221; x=1522940221; bh=DaddJ6cYyIGhD1aPle5UARySCi+bpqVxJcZZSVjmgOQ=; h=From:To:Cc:Subject:Date:Message-Id:Content-Type:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=phTFojHxU25gsaL4m0MHsyNro3xZO4l6JR3kHVPethIZq0WKsExnuPAq2SOZVjQkW V8nZaqxS1HeK+iL2m/maRkjYi6lFsyv4GPB8KYMlDLo9xXBN49xqHteMomizd8GyZ7 rYmM2hhMk1MFI1V68qF+cnKEZIDXGdY8cB2UAh51E1KIcgjr3qlViZf+/3C/iVswKt a/IoDhfU75qh/D2yC2F8uG2gs3cu/G4KXliRRDqjcf5ouncdbD7LiU0t0zbwLn28sG hCGxFdKt/xUzaxqD0+lMBiIRs9Baq7Jy//NbsrLcDsAaYwNAdSEjk7GZOagW2Ff6ls MQkYJFXVKwXMg== From: =?utf-8?q?Daniel_Weism=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] As described in bug 11257 there is a mistake in the qos templates. The sum of the guaranteed bandwidth of the classes 101 - 120 is bigger than the available bandwidth. I adjusted the guaranteed bandwidth of the classes 101 - 104 so that each of them has a guaranteed bandwidth of 10% of the available bandwith. Date: Tue, 6 Mar 2018 15:56:48 +0100 Message-Id: <20180306145648.23998-1-daniel.weismueller@ipfire.org> X-Mailer: git-send-email 2.14.3 MIME-Version: 1.0 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: Daniel Weismüller --- html/cgi-bin/qos.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index 071b93f5d..b7af11204 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -510,17 +510,17 @@ elsif ($qossettings{'ACTION'} eq $Lang::tr{'template'} ) } open( FILE, "> $classfile" ) or die "Unable to write $classfile"; print FILE <