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

IPv6 support #20

Open man-brain opened 8 years ago

man-brain commented 8 years ago

Right now blockade supports only IPv4 (at list in blockade partition). Any chance to also include ip6tables call into iptables_call?

man-brain commented 8 years ago

Also it would be cool to be able simulate a network problem with IPv4 connectivity while IPv6 connections work fine and vice versa. But that seems to be a bit more complicated code.

labisso commented 8 years ago

This is a nice idea. I don't have a need for this currently, but it would be a welcome addition. It might require a little work to wire through the IPv6 address, plus build the testing environment, but probably not too bad.