ahoward / macaddr

cross platform mac address determination for ruby
Other
47 stars 41 forks source link

Support for systems without ifconfig #9

Closed statianzo closed 12 years ago

statianzo commented 12 years ago

In support for systems where net-tools has been deprecated, an alternative is needed to locate mac addresses. Using cat on /sys/class/net/*/address will print the mac addresses of all network devices without relying on any specific tool.

ahoward commented 12 years ago

@statianzo thx. gem v1.5.0 pushed.

ahoward commented 12 years ago

er - v1.6.0 that is.

statianzo commented 12 years ago

Nice. Thanks for the quick turnaround.