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

One-side partition #21

Open man-brain opened 8 years ago

man-brain commented 8 years ago

I haven't found in the documentation. Is there a way of dropping packages just in one direction? I.e. I want packages from c1 to c2 be dropped, but packages from c2 to c1 transmitted.

labisso commented 8 years ago

This is not supported currently, but wouldn't be too hard to add (although I'm not sure what the right command-line syntax would be for it). Contributions welcome :-)