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 6AF5821F291 for ; Thu, 9 Oct 2014 10:41:45 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1412876505; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=RtP4RVijvi6im5a4F0sfNQWjNHDqSLFKGA56mewusbI=; b=Ld5Aht9UCk3KyqDsSfMEMn3bjRgJFH3Kp+v5suwHzuePzAK28WBKV/4Tgd7WsGUJ7IFIsM3B Ofw/k0ZRG4d/BN51XNTzT/YvBbTJCETDXFc9GPnzL5vm/KgFr5mX7EUM343Mp+FcGDEfICW8 U1xqKevpQhNJE39fFsEDUJlbPCE= 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=vCZpewHErVfMHDrwcxjxqs3ahSd0UPWho1gNb/yLjJYfOT0K5NaTLir2AiI5luy5fX1WWN 0TUhm9eoOSq8l64svV8ryW/3hFVnrXaxeUcKk8zC88Jv6ulYc6kMPjszNxdg8xCZ49C3kX0P WpfD3PZNj4q2ZZM/ysM2TG3RbRgPA= Received: from github.com (Unknown [192.30.252.43]) by mxa.mailgun.org with ESMTP id 5436c8d1.66c9150-in3; Thu, 09 Oct 2014 17:41:37 -0000 (UTC) Date: Thu, 09 Oct 2014 10:41:37 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5436c8d187e71_10af3ff3b5d5b2c094573@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 2e1deb: Improve SQM's generation of nemad IFBs Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5436c8d18791e_10af3ff3b5d5b2c09444b"; 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: Thu, 09 Oct 2014 17:42:14 -0000 ----==_mimepart_5436c8d18791e_10af3ff3b5d5b2c09444b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 2e1debab7f479740f2cd5a3520023945abb1b16d https://github.com/dtaht/ceropackages-3.10/commit/2e1debab7f479740f2cd5a3520023945abb1b16d Author: Sebastian Moeller Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Improve SQM's generation of nemad IFBs Some version of iproute2's ip binary require an additional "name" in the invocation used to create new named IFB devices, while older versions do not require this string (not that it matters much, but the man page also marks that string as optional). But optional means it should not hurt if it is there. Tested with cerowrt 3.10.50-1. ----==_mimepart_5436c8d18791e_10af3ff3b5d5b2c09444b--