pumba
pumba copied to clipboard
Problem with list of IPs
Regarding to new functionality (https://github.com/alexei-led/pumba/issues/57) i'm trying to provide list of IP addresses. But i failed. I've tried: --target 172.29.0.6, 172.29.0.10 --target 172.29.0.6,172.29.0.10 --target 172.29.0.6, --target 172.29.0.10 --target [172.29.0.6, 172.29.0.10] --target "172.29.0.6","172.29.0.10" --target "172.29.0.6,172.29.0.10" --target "172.29.0.6, 172.29.0.10" README doesn't provide any example.
will take a look
+1
+1
Same problem here, but following works for me:
--target=172.29.0.6 --target=172.29.0.10
+1
need to pass with multiple separate target flag; comma separated list is not supported