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 62A1F21F1B6 for ; Sat, 22 Feb 2014 15:13:13 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1393110792; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=eFOu1GYl8rBtbfYbbo4PY7HSZgUHEiQuMrgugJeEfT4=; b=DkXxoTeJRVognpOx1O2bCuMQBSIMHEzMBUEtPZJY4A8e6PQvy/4kny2qn9yJZrsPlwz1rlCw 4OP1kSZjVza/14rA7QM2foodVK7Th9yZ/pST1scYxUD2EpTKIwkpeDOGktMWnHYc0/ryI2i5 OjRWUYO5MyF0Gqx8Y6ehx7jRBaE= 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=cNPbXejzDFIQo6bGy1jWMmClJUvEqdwVJ0HFvBCv1R+14qDzjgfC+4p3e9wkmNGFVdLDH8 IyEGI8rqYA+QLOEULh1JmH+zZw0BuskawBLT8EVTlvoqmNRJTq4m2VoT73iwsSiZ1SrHH0fp vJs9rroIy60KqGfQsV+kKP/kY++98= Received: from github.com (Unknown [192.30.252.55]) by mxa.mailgun.org with ESMTP id 53092ef4.7fc6ae3ac930-in2; Sat, 22 Feb 2014 23:12:52 -0000 (UTC) Date: Sat, 22 Feb 2014 15:12:51 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <53092ef3e5c4b_21b89ddd34142de@hookshot-fe12-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.10] fb46c4: Remove qdisc_variants() function from functions.sh Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_53092ef3ded77_21b89ddd34141ab"; 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, 22 Feb 2014 23:13:13 -0000 ----==_mimepart_53092ef3ded77_21b89ddd34141ab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: fb46c490979eae3e30163888e32e3dd11322dc00 https://github.com/dtaht/ceropackages-3.10/commit/fb46c490979eae3e30163888e32e3dd11322dc00 Author: Sebastian Moeller Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Remove qdisc_variants() function from functions.sh qdisc_variants() used to set the explicit congestion notification (ecn) attributes for (selected) ingress and egress leaf qdiscs. Since setting of ECN has been moved to the GUI and can be modified in fnctions.sh by setting the IECN and EECN variables, just delete the function and the related variables ALLECN AUTOECN from functions.sh. This fixes a spurious "sh: bad number" error that is visible when /etc/init.d/sqm is used to start or stop the SQM system.. ----==_mimepart_53092ef3ded77_21b89ddd34141ab--