Releases: thombashi/tcconfig
Releases · thombashi/tcconfig
v0.21.7
- Bug fix: avoid
tcconfing
commands execution fails that environment where Docker not installed
- Bug fix: avoid
tcconfing
commands execution fails when failed to create veth
mapping
- Pin
pip
version to lower than 19 to avoid packaging failure: pypa/pip#6163
v0.21.6
- Avoid an error caused by version mismatch of docker client and server: #103 (Thanks to @tazhate / @Wolfeg)
- Add
--debug-query
option
v0.21.2
- Change to accept
%
unit for netem parameters
- Fix
tcset
command that --change
option not properly reflected the output when using --tc-command
/--tc-script
options
v0.21.0
- Add
--dst-container
/--dst-container
options to tcset
/tcdel
- Loosen external package dependencies
- Bug fixes