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 16EE621F3FA for ; Wed, 22 Oct 2014 14:45:10 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1414014309; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=pjbHFGpVLOT5vUECoXsCS4o5TiCRbICEpdhP+djAl34=; b=vNdhRrgTiVpJ+xB7kE5dOqDjhe2B3tXtVtz1ABy+aKnBXgSDuu1vKZVStBFVYUhEa0O38n97 Zv9Ef35rMXV5f64j5iHMP5d2vxH89aQWXC0BkEgIVaGPFVYrkRjodUoWu/abdhs24ZG1cIMr 4NtG7/ii8Zkmdnwbvi8ra+dNsCk= 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=tFCUAppBtTF7rYTVOhStxGp1R6Di/9gN9LjoNXrAIsu82KnVD/6PQkezq/1BXpb9f/e/FD 49ABUPSGGmXp4xVoxo0u9IeskSVQ88wvqpyNEVzVFy8t1FTrhyh2EMGpDA3QmWSZe/vsviEM 6e8ogNIgMzTSi9C/8Lm5jYSUt49Yo= Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 54482564.7f8c20490e40-in3; Wed, 22 Oct 2014 21:45:08 -0000 (UTC) Date: Wed, 22 Oct 2014 14:45:08 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <544825643d428_55093fbf91c4729c4862b@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] e89ed8: Define masks for iptables marking in functions.sh Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_544825643cf3b_55093fbf91c4729c4858f"; 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: Wed, 22 Oct 2014 21:45:39 -0000 ----==_mimepart_544825643cf3b_55093fbf91c4729c4858f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: e89ed858fae3dd9a19a8ec95c4b28a7a2641f1de https://github.com/dtaht/ceropackages-3.10/commit/e89ed858fae3dd9a19a8ec95c4b28a7a2641f1de Author: Sebastian Moeller Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Define masks for iptables marking in functions.sh Openwrt's qos-scripts uses masks in iptables to only write its markings for filtering into 8 bits so multi-wan and other packets can use other bits of the 32bit mark. Since qos-scripts and SQM are mutually eclusive we just reuse the same mask. Commit: d82ef2a81cb71fc4749ab4a353e6d9307c37dc4b https://github.com/dtaht/ceropackages-3.10/commit/d82ef2a81cb71fc4749ab4a353e6d9307c37dc4b Author: Sebastian Moeller Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simple_pppoe.qos Log Message: ----------- Teach simple.qos ond derivatives to use masks for iptables markings This change hopefully allows SQM to coexists with multi-wan... Compare: https://github.com/dtaht/ceropackages-3.10/compare/6fd7b4bbd572...d82ef2a81cb7 ----==_mimepart_544825643cf3b_55093fbf91c4729c4858f--