worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications
http://blockade.readthedocs.org
Apache License 2.0
907 stars 72 forks source link

net-tools is now a hard dependency #73

Open JMurph2015 opened 6 years ago

JMurph2015 commented 6 years ago

I just wanted to give you a heads up that since the ip command has gained popularity in distros, the net-tools package (on Ubuntu/Debian) is now required to make the ifconfig command available for Blockade to function properly.

labisso commented 6 years ago

Thanks for your comment. But I'm not sure I understand. Blockade already uses ip directly everywhere that I see. And further, all use of ip and other system commands happen inside a Docker container, so should not be impacted by what is installed on the host.

Are you seeing a failure? If so, please share reproduction steps. Thanks!

JMurph2015 commented 6 years ago

Sorry for the necrobump, but I'll take a further look into this soon. I definitely ran into a ifconfig: command not found error when using Blockade in the spring.

Edit: Also, perhaps it is a indirect dependency through some library that Blockade uses.