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 3CCE321F1A9 for ; Sun, 15 Dec 2013 15:36:44 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1387150603; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=7E1IqzRvlYatLVxdktKGzGtOxRPs4mRFVSVVzSDGWqw=; b=teR9k0hG/rmeeNvhrV3P0BazREx3ix7vS7qJUO45o8Ami5sbgxGx5SoZbxM/DN88R1y81Z8b uI76UPepDI/Zh25OzloOwG6FHMyCBe9DEhXKCJnTfVA0c0r10FrU3D4oC2YSk2eST6EM+Qr0 hrncn9HYe1H5kOxhFh3j9VAe3So= 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=M9VMl90Zj7MMgpv2bWhpS84OXW2lFBi73hX1IgyE2KWtLTfyk8amNNcnKC5deqnLscXWdJ i+SzOobpzrjDH+/0TD6xvkqh++mws+mXSiuki2bJIqXqsbjSQ5Wqk1LlomYX4qkWYXB4VW+H s5LXaP6SDWkeU8cium5chC7lXydLU= Received: from github.com (Unknown [192.30.252.49]) by mxa.mailgun.org with ESMTP id 52ae3d09.55488d0-in3; Sun, 15 Dec 2013 23:36:41 -0000 (UTC) Date: Sun, 15 Dec 2013 15:36:40 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52ae3d08d936d_7ee5b59d485512@hookshot-fe6-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] c19e4d: Functionalize the generation of lnklayer adjustmen... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52ae3d08d876e_7ee5b59d48550d3"; 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, 15 Dec 2013 23:36:44 -0000 ----==_mimepart_52ae3d08d876e_7ee5b59d48550d3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: c19e4d0ee59c88aeb177551c50f2b3eafac99a17 https://github.com/dtaht/ceropackages-3.3/commit/c19e4d0ee59c88aeb177551c50f2b3eafac99a17 Author: Sebastian Moeller Date: 2013-12-15 (Sun, 15 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/simple.qos M net/aqm-scripts/files/usr/lib/aqm/simplest.qos Log Message: ----------- Functionalize the generation of lnklayer adjustment strings The linklayer option strings for the queue setup scripts were simply returned as environment variables. Now they are echoed by script functions so that functions.sh really contains functions... ----==_mimepart_52ae3d08d876e_7ee5b59d48550d3--