Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 371b653c6d594b82ba634b64cd8834a4c17d3eba https://github.com/dtaht/ceropackages-3.10/commit/371b653c6d594b82ba634b64cd8834a4c17d3eba Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/stop.sh Log Message: ----------- Fix stop.sh to avoid creating spurious ifb4ge00 interfaces stop.sh was sourcing functions.sh without IFACE being created. In that case functions.sh was defaulting to ge00, since stop.sh was changed to take the interface name in its first argument instead of as an environmet variable, a spurious ifb4ge00 was created, but only deleted if ge00 was the passed interface. For openwrt with its ethN.N interface names that resulted in ifb4ge00 being created but never deleted. While this probably did not cause any malfunction it still was confusing. Hopefully it is fixed now. Commit: 7d6bde09e335fe9807a4a657b30a01d0fc774b0d https://github.com/dtaht/ceropackages-3.10/commit/7d6bde09e335fe9807a4a657b30a01d0fc774b0d Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/run.sh Log Message: ----------- Improve logging for run.sh, by including the script name (NT) Commit: 3fc6c3505d94c66902482c36e83bef250ddfe46e https://github.com/dtaht/ceropackages-3.10/commit/3fc6c3505d94c66902482c36e83bef250ddfe46e Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Remove dead code for handling indexed IFBs Named IFB handling seems to work fine, while indexed IFB handling had issues, so just deleted the indexed IFB related function. Commit: caf457283865fc894a7699dbcea89be4611d2e81 https://github.com/dtaht/ceropackages-3.10/commit/caf457283865fc894a7699dbcea89be4611d2e81 Author: Sebastian Moeller Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- Fix a type in simple.qos, it is differentiated not differentiad... Compare: https://github.com/dtaht/ceropackages-3.10/compare/fb3426f41ac4...caf457283865