Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: b558ec1165e54ffd6f2613c933d2943bac47f3d8 https://github.com/dtaht/ceropackages-3.10/commit/b558ec1165e54ffd6f2613c933d2943bac47f3d8 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Improve SQM logging Wrap all calls to logger in functions.sh in sqm_logger() which appends "-t SQM". So the output changes from: Fri Jul 25 09:43:24 2014 user.notice root: get_limit: CURLIMIT: 1001 to Fri Jul 25 09:43:24 2014 user.notice SQM: get_limit: CURLIMIT: 1001 Also append "-s" so that the output is also directed to stderr so there is a bit output when called via "/etc/init.d/sqm start". Commit: d90ba402d4762ab280a2caa826f3ac39d7a20bee https://github.com/dtaht/ceropackages-3.10/commit/d90ba402d4762ab280a2caa826f3ac39d7a20bee Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- Improve the logging of run.sh Change the logging in run.sh, to show thw tag "SQM" instead of "root", also log to stderr. Commit: 027308f10252db635e823b080220f4ef49cb3172 https://github.com/dtaht/ceropackages-3.10/commit/027308f10252db635e823b080220f4ef49cb3172 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/stop.sh Log Message: ----------- Improve logging by using SQM as tag Make stop.sh also use sqm_logger from sqm/functions.sh Commit: 376b31e0df54e36c36c04dea0cb6329356c841b5 https://github.com/dtaht/ceropackages-3.10/commit/376b31e0df54e36c36c04dea0cb6329356c841b5 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- Improve logging of simplest.qos Make simplest.qos use the logger wrapper from sqm/functions.sh. Commit: e79a48558b301892c5c3a827dd69f0a0ef267ec7 https://github.com/dtaht/ceropackages-3.10/commit/e79a48558b301892c5c3a827dd69f0a0ef267ec7 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- mproce logging in simple.qos Make simple.qos use sqm_logger from sqm/functions.sh instead of open coding it. Commit: 21c66b07e59239e4a3ca1f3d0900101e06966380 https://github.com/dtaht/ceropackages-3.10/commit/21c66b07e59239e4a3ca1f3d0900101e06966380 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Fix the sqm_logger function in sqm/functions.sh Typo in the function name needed fixing, ist sqm_logger, not sqm_sqm_logger... Commit: ac17e7fb3df4d3e75804b3b87e0e25c79d89b938 https://github.com/dtaht/ceropackages-3.10/commit/ac17e7fb3df4d3e75804b3b87e0e25c79d89b938 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Fix sqm_wrapper to actually log the passed string Commit: aed00f7eba913cfcbc536dba482247430cc3f0d9 https://github.com/dtaht/ceropackages-3.10/commit/aed00f7eba913cfcbc536dba482247430cc3f0d9 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- Make sure sqm_logger() is defined before calling it... Commit: 3760ef00a6e1a464e430afa4bcc369ad4dd16482 https://github.com/dtaht/ceropackages-3.10/commit/3760ef00a6e1a464e430afa4bcc369ad4dd16482 Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Avoid hardcoding the ifb device in sqm/functions.sh's diffserv() The SQM system currently can be depoyed on multiple interfaces, so ARP hanfling of diffserv() should be applied to the IFB associated with the current instance of SQM. Commit: 1c0dcc9e24fb2ca877766c4ffffb7a2b6511a73f https://github.com/dtaht/ceropackages-3.10/commit/1c0dcc9e24fb2ca877766c4ffffb7a2b6511a73f Author: Sebastian Moeller Date: 2014-07-25 (Fri, 25 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- Be more verbose about DSCP squashing and interpretation Teach simple.qos to give some output about the DSCP handling options. Also remove "-x" from simple.qos' shell invocation, since this is only needed for debugging. Compare: https://github.com/dtaht/ceropackages-3.10/compare/de4bd8654bd2...1c0dcc9e24fb