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