worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications

Home Page:http://blockade.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPv6 support

man-brain opened this issue · comments

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

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.

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.