From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id CE67821F2FE for ; Mon, 13 Oct 2014 17:52:40 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1413247959; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=rAbXLDP0496rQxm7RoVBYrroxMGZj9LfmBVGMx3GmXI=; b=EEilDP2uubD2Z8kSMmIqpBPEEuOJBcNuDRYb9EnnGXaiL3cJ7u8vIdv5QPTeXuqLOcieliiI Uj3f/HsbHD5mCFA+qYSYa1yFltJyZ9VHSXsklH/vsgiXANSH3iaeUb0yEEDhlVSxnWSmKZ9U 3ShT+jEumusX804sQGP+ksUrQV8= 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=z0OhriFSJ8zXJrJnTCnmxCg1ztn1YVCiZZACv8vZ1kvehrzCix7S0s+f0SpFXHiAVTjTQ3 IkSYrGsr0LeiJ2bR+NitiOxsgmjcF7996AA3MEhq96Wx+l1QFFRhD16xdu1l+qsh6OzLiEpr upZzCoqvsgV5Jzp41nXLHHQGRar90= Received: from github.com (Unknown [192.30.252.32]) by mxa.mailgun.org with ESMTP id 543c73d6.54d6060-in6; Tue, 14 Oct 2014 00:52:38 -0000 (UTC) Date: Mon, 13 Oct 2014 17:52:38 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <543c73d62dc27_47a53fc9c50772bc87986@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 1416c1: Test tc filter based priority sorting for PPPoE en... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_543c73d62d6b7_47a53fc9c50772bc878ea"; 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, 14 Oct 2014 00:53:09 -0000 ----==_mimepart_543c73d62d6b7_47a53fc9c50772bc878ea Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 1416c134416b1d7464b0e598dc6c89da7e9c132a https://github.com/dtaht/ceropackages-3.10/commit/1416c134416b1d7464b0e598dc6c89da7e9c132a Author: Sebastian Moeller Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh A net/sqm-scripts/files/usr/lib/sqm/simple_pppoe.qos A net/sqm-scripts/files/usr/lib/sqm/simple_pppoe.qos.help Log Message: ----------- Test tc filter based priority sorting for PPPoE encapsulated traffic iptables do not have access to inner headers of passing PPPoE encapsulated packets. Create a special set of tc filters to inspect the content of PPPoE packets. While work in progress this does allow to use the SQM router as PPPoE termination pint yet set up SQM on the ethernet interface instead of the pppoe interface, and yet keep decent classification intact. Currently classification is only working for IPv4 egress traffic. WIP... Commit: 1b2d107032f10bbf77047c1246c93ed46243cca9 https://github.com/dtaht/ceropackages-3.10/commit/1b2d107032f10bbf77047c1246c93ed46243cca9 Author: Sebastian Moeller Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple_pppoe.qos Log Message: ----------- Implement initial classification of egress IPv6 PPPoE packets This change corrects the tc filter mask for the IPv6 Traffic class field Now egress classification also works for IPv6. Compare: https://github.com/dtaht/ceropackages-3.10/compare/a72a1316ad5f...1b2d107032f1 ----==_mimepart_543c73d62d6b7_47a53fc9c50772bc878ea--