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 75E7921F3F1 for ; Fri, 20 Mar 2015 14:52:05 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1426888324; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=tyjUfj7tJqkw4ZdNDvzPMEP9DP7RrH5LrfEA59wMXBQ=; b=lNDRh5ZwPSb4A+HFhbyUiUsiTvtpx7LG1H1qB29Dn71VaCMEJAT21RpcbfoNJzRWC1U/iVa3 truVRBMjCMQL3AOyWbBKgB9IghHBFnEMOovgNG6HVSLLWl4soCxn0DQNB8a7h1rm1YKZPoL/ rEQ0HPPngQ+vqEXt5Wfq/BRbI8Y= 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=FRDNZXhI4WtFflSdFm//H/JsfAJ+IE2JOtMMZ7V+hqlH2HCyLAzVuc9S3Buf8m/5Desef+ kIqTiw2uu7JK2cBNXrA2z13PbAFXVyXC+cy0vEymNS5fHeCnM+OIvJShJHZMw5rlRHGV30Hj uX+FUbNvcQmHmCVuVKhViI6GVOKWo= Received: from github.com (Unknown [192.30.252.46]) by mxa.mailgun.org with ESMTP id 550c9684.644d8d0-in07; Fri, 20 Mar 2015 21:52:04 -0000 (UTC) Date: Fri, 20 Mar 2015 14:52:04 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <550c968439bb2_47de3fae6ef6b2b860855@hookshot-fe4-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 37d24c: sqm-scripts: clean up interface selection for hotp... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_550c9684397c2_47de3fae6ef6b2b86072d"; 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: Fri, 20 Mar 2015 21:52:34 -0000 ----==_mimepart_550c9684397c2_47de3fae6ef6b2b86072d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 37d24ccfb138f0ddadb25481d1f9e3bbb83cafa1 https://github.com/dtaht/ceropackages-3.10/commit/37d24ccfb138f0ddadb25481d1f9e3bbb83cafa1 Author: Sebastian Moeller Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm M net/sqm-scripts/files/etc/init.d/sqm M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- sqm-scripts: clean up interface selection for hotplugging THe initial conversion to restart sqm on interfaces it is configured for in case of (transient) dis- and reappearance was half finished. These changes clean up the handling of exlicitly passed interfaces in run.sh: no second argument defaults to all configured interfaces the alternative is an individual interface name passed as 2nd argument to run.sh. The first argument either is start or stop. No argument at all will behave as if start was passed. Survives light testing... Signed-off-by: Sebastian Moeller ----==_mimepart_550c9684397c2_47de3fae6ef6b2b86072d--