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 44E2F2021A8 for ; Tue, 4 Feb 2014 14:47:10 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1391554029; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=HwWsaZDnxZM1bVW9DhfuMhAEpJKqj3ZJjnsBn39kf5M=; b=Vci6am8A9vCeCDUJtp9fcYyNEQOA7cip+9j616kNksDkqza4dXuZ/dPiTK1AMl2Bcf3iZfbl pGjDwUM4f2PAF6T91XuPbbl37zSPGrmZgeQ+a/VDlLIBxOe0fnVJBsjisfW/+RIflLam269E aiDoJAGtA2+/cOjPb4+N45BnhWc= 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=PMs3BD5S/6U4u0wifA3AESdNbOQMaBAr/LvUKLpEKHPzo2GPubFV/uFQ6Ryml2q3Yn0kl5 3HrhPeSGrakushDdSMczMCoFAn6wJqrnLdVU7733PH6+mfBE57l4bcZCZu/IZLAbYHlu+5Uz N8TVKhrXoLdWpj/BhDDBpXmjclC8I= Received: from github.com (Unknown [192.30.252.55]) by mxa.mailgun.org with ESMTP id 52f16de5.49d1480-in1; Tue, 04 Feb 2014 22:47:01 -0000 (UTC) Date: Tue, 04 Feb 2014 14:47:01 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52f16de552514_60eeef3d3c756eb@hookshot-fe8-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 5596de: Fix capitalization of the get_ECN function Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52f16de551a52_60eeef3d3c7559c"; 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: Tue, 04 Feb 2014 22:47:10 -0000 ----==_mimepart_52f16de551a52_60eeef3d3c7559c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 5596deaf9c9ea41a8bb9fbc55056a90d6947ff02 https://github.com/dtaht/ceropackages-3.3/commit/5596deaf9c9ea41a8bb9fbc55056a90d6947ff02 Author: Your Name Date: 2014-02-04 (Tue, 04 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- Fix capitalization of the get_ECN function Functions in functions.sh are all in loeer case except get_ECN was different. Not any more... Tested with 3.10.28-1 ----==_mimepart_52f16de551a52_60eeef3d3c7559c--