Tsuyoshi Hombashi

Results 42 comments of Tsuyoshi Hombashi

Hi @NetForces, Could you tell me more the details about "traffic limit for a MAC address"? I am not sure what exactly means that. Are you imagine the followings or...

Thank you for your explanation. I understand the use case. I will consider the feature for the future release.

Hi, thank you for your feedback. Ideally, that would be achieved by multiple `tcset` executions like: ``` tcset eth0 --direction outgoing --exclude-dst-network 1.2.3.0/24 --delay 100ms tcset eth0 --direction outgoing --exclude-dst-network...

Hi, Thank you for your feedback and information. It looks interesting. However, I'm not familiar with Ansible module development, so let me clarify your expectations. Did you expect me to...

Thank you for your detailed explanation. Looks like this will need more investigation. I'm not sure this would even be possible or not. tcconfig client/server #128 can be used for...

@Lawouach Thank you for your information and a good example. `pyroute2` looks very useful. I agree with you that `tcconfig` source code is hard to read for the current implementation....

Thank you for your report. Probably the error caused by your locale setting. Your code and the example works fine with my environment (English locale). Please try to set your...

`chcp 437` would change the locale to English for my Windows environment. I am not so sure why that not works for your environment. How about `chcp 65001` (UTF-8)?

Thank you for confirmation. I might possible to add German support in the future if you kindly provide me the following `ping` results: ## 1. Success case Text version of...

Thank you for your information. The enhancement might take some time.