tylertreat / comcast

Simulating shitty network connections so you can build better systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support specifying a different interface than eth0

nogweii opened this issue Β· comments

For instance, when a server has multiple interfaces and want to effect the backup/management network (we aren't as confident as Netflix πŸ˜„) and as well as the new network interface names that all Linux distributions will eventually adopt. (Assuming the udev forks will also follow suit.)

I've prepared pull request for that in #4

@avsej's PR has been merged. The interface can be specified with the --device flag, defaulting to eth0. Currently doesn't support multiple interfaces to be specified.