mesosphere / net-modules

Apache Mesos modules for network isolation.
55 stars 28 forks source link

Remove reference to ifconfig #66

Closed luke-mino-altherr closed 8 years ago

luke-mino-altherr commented 8 years ago

We cannot not rely on ifconfig because baremetal CentOS7 does not have ifconfig installed. Also we cannot assume that eth0 will always be the default interface name. Use ip commands instead.

spikecurtis commented 8 years ago

LGTM!