From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) by huchra.bufferbloat.net (Postfix) with ESMTP id 6D14221F3E8 for ; Sat, 18 Oct 2014 02:23:23 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1413624202; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=ep+7KrXzs38Khfx8LeVKtYCmqO7sv3Xw67tdpeRQ3SA=; b=EMo3/sVVGnsSpFEA06STz4pwNYELDdWUSxe1VCdrcEc+MbgD/Bd+sESPUOgelhh7MWr1/vsp FMPXA8nYJ8ykUIa/KmyRBho1bDCvTAHU+6/hPTL8ar2aTTZEwQcX0H+sQdLp3sHkHljCUUxs WEkgHDnekg7LyDTD+ExyS+Etxzk= 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=BhPZMTzS4KPE4DkJzTD8InQqgA2AAxZVQZ1vLxHo5SSKGL9hC8EMu8y7NaUSV0q6sQSp1H avXF5m1sgzSRZ0EZK8FqJYyEkWt8QXwo+VPbcEwXU4jDBOlwZHN5c2kHEyUtjwErAhc0sZRa wYB7kSIYTcNWyUWWHylnzd5SM8PhQ= Received: from github.com (Unknown [192.30.252.47]) by mxa.mailgun.org with ESMTP id 5442318a.5d438d0-in2; Sat, 18 Oct 2014 09:23:22 -0000 (UTC) Date: Sat, 18 Oct 2014 02:23:21 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <54423189df139_17023fc0ead032bc84166@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 371b65: Fix stop.sh to avoid creating spurious ifb4ge00 in... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_54423189debd1_17023fc0ead032bc8406"; 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: Sat, 18 Oct 2014 09:23:53 -0000 ----==_mimepart_54423189debd1_17023fc0ead032bc8406 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 371b653c6d594b82ba634b64cd8834a4c17d3eba https://github.com/dtaht/ceropackages-3.10/commit/371b653c6d594b82ba634b64cd8834a4c17d3eba Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/stop.sh Log Message: ----------- Fix stop.sh to avoid creating spurious ifb4ge00 interfaces stop.sh was sourcing functions.sh without IFACE being created. In that case functions.sh was defaulting to ge00, since stop.sh was changed to take the interface name in its first argument instead of as an environmet variable, a spurious ifb4ge00 was created, but only deleted if ge00 was the passed interface. For openwrt with its ethN.N interface names that resulted in ifb4ge00 being created but never deleted. While this probably did not cause any malfunction it still was confusing. Hopefully it is fixed now. Commit: 7d6bde09e335fe9807a4a657b30a01d0fc774b0d https://github.com/dtaht/ceropackages-3.10/commit/7d6bde09e335fe9807a4a657b30a01d0fc774b0d Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- Improve logging for run.sh, by including the script name (NT) Commit: 3fc6c3505d94c66902482c36e83bef250ddfe46e https://github.com/dtaht/ceropackages-3.10/commit/3fc6c3505d94c66902482c36e83bef250ddfe46e Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Remove dead code for handling indexed IFBs Named IFB handling seems to work fine, while indexed IFB handling had issues, so just deleted the indexed IFB related function. Commit: caf457283865fc894a7699dbcea89be4611d2e81 https://github.com/dtaht/ceropackages-3.10/commit/caf457283865fc894a7699dbcea89be4611d2e81 Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- Fix a type in simple.qos, it is differentiated not differentiad... Compare: https://github.com/dtaht/ceropackages-3.10/compare/fb3426f41ac4...caf457283865 ----==_mimepart_54423189debd1_17023fc0ead032bc8406--