From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id 5B09F21F5FA for ; Thu, 18 Jun 2015 12:58:27 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1434657507; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Fs6NjwKtuyDtMtp5o/5D4XeQ47RII9FmSbof2xkrzb4=; b=L0HcsrnpklLlAUVi4wfeIBsirftAsIDaMYrexulyyXgyyd3HRPXcYa+0QnjcRfUnX4LVKOh4 l7FBvt9d8gCxB7wNvsjFcnuEA1Iig2X5DpXN7IhgOisHjYavnpf8IOgzFv11Va2kr5RpF/48 F5+lgEFJphP4rl8yQQMQ6JW+k+Y= 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=B8bDps8pXAZohCzyALu+6RFMO9K91MiURL7lkxgthoPdemb3iDRkbRIKIKuWIP6/Dr/fyP UieZzJPud5JcmmJy0hsA9uhc5xCIQRzmzflnqLlsyOOtQf/nHibHG9xRBmmOS6DXIT0T/m12 eBj4Y9eycceINeCz1+69s1G+7Ki1Q= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 558322e2.7f85dc4396f0-in2; Thu, 18 Jun 2015 19:58:26 -0000 (UTC) Date: Thu, 18 Jun 2015 12:58:26 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <558322e213331_46983fed3090f29c89945@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] e09c29: [SQM] Fix changes relating to cake lnk layer adjus... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_558322e212f56_46983fed3090f29c898af"; 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: Thu, 18 Jun 2015 19:58:56 -0000 ----==_mimepart_558322e212f56_46983fed3090f29c898af Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: e09c29462667f9b88f0b31dfd86e944ca783b9c7 https://github.com/dtaht/ceropackages-3.10/commit/e09c29462667f9b88f0b31dfd86e944ca783b9c7 Author: Sebastian Moeller Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- [SQM] Fix changes relating to cake lnk layer adjustments The last batch of changes tried to teach the GUI to pass link layer options to cake but forgot to actually call the function that parses the GUI variables and used it as a string insteead. So this fixes that it also tries to allow the use of the tc_stab link layer adjustment method with cake so the implementations can be validated against each other easily. Needs testing... ----==_mimepart_558322e212f56_46983fed3090f29c898af--