Datera / rtslib

The Linux SCSI Target API
http://linux-iscsi.org
Apache License 2.0
19 stars 17 forks source link

utils.py: remove list_eth_names() #18

Open nivex opened 8 years ago

nivex commented 8 years ago

Removes list_eth_names() function as it appears to only be used by list_eth_ips(). The latter now calls netifaces.interfaces() directly. Fixes #17