Skip to content

active-networks doesn't work correctly on OSX #8

@brgmnn

Description

@brgmnn

ifconfig returns a different string for the interface names. The command used to fetch the interfaces, ifconfig | grep '^[a-z]' | awk '{print $1}', looks like this:

1:lo0:
2:eth0:

Where as we expect this:

lo0
eth0

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions