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 2807021F1F1 for ; Wed, 18 Dec 2013 14:04:29 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1387404268; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=hu+3yEc2pxM20I04KIHPMGK4jLby5KNVHZwoAsE8rKY=; b=bLdel7GwT9FUhiw7hxDkQy78zH1bFK22Y3C1aDy+4Zih1/GNE/F/VGx667lfgq9srS+Bc9YJ UR65eloRjwu+xSZTAqY4+gR/webPQWx/DGlik2UmVZ96fx1qFXe7FAD4/zLte2MpmbmkbMmF XxxMOWgqwRaEwgtdDdgJCAZ9ni4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=TUbklMVViNZCDPpJSR8uW157p7Dcgmzqhlmb99FAzmkg4jXM/gE0HGn/1uC6clMF3Fhdcf H47u+ArCpSG29Qub7UbAiPCbkgwXZqTV45jeRzGsg+E5YZDuHQRQm2zYmbMNoXgYhCLi1+IK jhFixS6nYdholqDRGYoKA7eN5RuUg= Received: from github.com (Unknown [192.30.252.49]) by mxa.mailgun.org with ESMTP id 52b21be9.4b7dbd0-in2; Wed, 18 Dec 2013 22:04:25 -0000 (UTC) Date: Wed, 18 Dec 2013 14:04:24 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52b21be8de8ab_6d1ebadd581038d@hookshot-fe2-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] b3512e: Reorganize the Queueing Discipline configuration t... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52b21be8ddea3_6d1ebadd581037e0"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com 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: Wed, 18 Dec 2013 22:04:29 -0000 ----==_mimepart_52b21be8ddea3_6d1ebadd581037e0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: b3512ecb5e0631b6d10b798fb226d42c6ce6665d https://github.com/dtaht/ceropackages-3.3/commit/b3512ecb5e0631b6d10b798fb226d42c6ce6665d Author: Sebastian Moeller Date: 2013-12-18 (Wed, 18 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua M net/aqm-scripts/files/usr/lib/aqm/functions.sh M net/aqm-scripts/files/usr/lib/aqm/run.sh M net/aqm-scripts/files/usr/lib/aqm/simple.qos M net/aqm-scripts/files/usr/lib/aqm/simple.qos.help M net/aqm-scripts/files/usr/lib/aqm/simplest.qos Log Message: ----------- Reorganize the Queueing Discipline configuration tab The Queueing Discipline tab in the default state did only show a blank check box. To let the user know what is configured expose the queueing discipline and the queue setup script unconditionally. The ECN settings stay hidden under control of the advanced configuration checkbox. The "Show Dangerous Configuration" check box now allows to define one string for ingress and egress each that is appended to each tcx command line setting up each qdisc (under AQM control). This allows easier access to the more specalized options of each qdisc for testing and research. Since there is no checking whatsoever perfomed on these two strings ths option is truely for experts and hence dangerous. ----==_mimepart_52b21be8ddea3_6d1ebadd581037e0--