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 E92CC21F1EC for ; Sat, 22 Feb 2014 17:15:20 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1393118119; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=sgIr6W1vds3dq5YcH40/fE35RB5LDX6uFBMPuCJFc4A=; b=jSlGFSifD1Xn11ULf55jTwMncOcKTlgtg/TYfNG9U3zg8OeGgMoXuurx89AiJs0Gzou8US40 1Ru5EC9ZpOxXBsOn3BhcDR1gsHVyptegJFoR1GhMKm3bUWk/SKdVHTVsAIHGqHoHbMGFSmNc 5IkuMnEVU4oa8TmEhUAxBrF8L04= 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=UlxbTybxUM9YGmyZ6eMk8GVpfLvgwNJxOpp9BXBawPc6jqOBGcT1qcVNCmUMyFgg1+o858 srvddMePKPqawEwH0PxGyHPzd2XfAgXo01jrn3PaIFPQsUrNTzFU3g7L6CtCGdy14l35tFmR pNkimqxC71vqEBb+hG8aTaBqR98oM= Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 53094b9d.6130b10-in1; Sun, 23 Feb 2014 01:15:09 -0000 (UTC) Date: Sat, 22 Feb 2014 17:15:09 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <53094b9d95924_22791135d3473ec@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] c0a318: SQM: Unchecking the Enable checkbox in the GUI now... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_53094b9d95378_22791135d3472c9"; 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: Sun, 23 Feb 2014 01:15:21 -0000 ----==_mimepart_53094b9d95378_22791135d3472c9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: c0a31863ae4f1b52cc62b561796d2cb9cd169152 https://github.com/dtaht/ceropackages-3.10/commit/c0a31863ae4f1b52cc62b561796d2cb9cd169152 Author: Sebastian Moeller Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- SQM: Unchecking the Enable checkbox in the GUI now actually disables SQm on the selected interface The user can no stop and tear down the qdiscs that the SQM system installed for a given interface. To allow this functionality SQM mintains a file called /var/run/SQM/SQM_active_on_${IFACE} for each interface SQM is active on. Upon stopping SQM on an interface this file gets deleted (so the state is stored in the presence of the file) This should make it possible to specify SQM on multiple interfaces via the GUI. ----==_mimepart_53094b9d95378_22791135d3472c9--