From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id 0EB4D21FC4E for ; Mon, 29 Jun 2015 01:31:36 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1435566695; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zfm/ZdxT2EVZcW90pmA/hco+ys4Ivfu91pDaTM3UmQ4=; b=NrzvwEtBE/SKQyYLzMlIEqz+T06/vX1j7i+RiAJIsdxMiLhy7QAp9GE/0J23U50I99lrCDq0 Dd9CJqD+NPBtF0pOjmXlNiEUGmpYy+mtmOc1eD8uAC1PezLgW/Mo2JtM99SqdCbkV3bwtJjl 6mkTsNuTEeeOUP87wb7j2TAd02A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=UNBPWe/usmnRUXzIhZV31Se0AbC+3Hmis0iVg8QMgWvtfvG6pClLSlafT/wt03VaxiLsow jDiiDw/ATDDrWOAlNkxmUZlWPlNHEdEriMqrvauEGx3+OcbTnbToaaU0baArlXtm4k4cr1Dh rcZVXzrCxSGrFXxeBr7jTStiWkFic= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 55910267.5259090-in01; Mon, 29 Jun 2015 08:31:35 -0000 (UTC) Date: Mon, 29 Jun 2015 01:31:35 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <55910267b64c6_15b93f84682032b825469@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 952a9c: [SQM] Fix simnple.qos to allow using cake as ingre... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_55910267b5ebe_15b93f84682032b82533c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 08:32:05 -0000 ----==_mimepart_55910267b5ebe_15b93f84682032b82533c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 952a9cef42e82a6d210158ae296d01952aa1ebd1 https://github.com/dtaht/ceropackages-3.10/commit/952a9cef42e82a6d210158ae296d01952aa1ebd1 Author: Sebastian Moeller Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- [SQM] Fix simnple.qos to allow using cake as ingress shaper simple.qos had accidentally set up the egress shaper twice, once with the true egress parameters and a second time using the ingress parameters, effectively misconfiguring both directions. This bub only affected situations where 3-tier ingress classification was used. ----==_mimepart_55910267b5ebe_15b93f84682032b82533c--