alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
588 stars 112 forks source link

macchanger default action should be show #4

Closed thoger closed 11 years ago

thoger commented 11 years ago

When macchanger is invoked with no option, only specifying interface name, its default action is to increments interface's MAC by one. That behavior is not documented, it's likely to overlook the change, and the behavior does not seem very useful.

There were user requests to change default action to --show, and that has been the default in Debian packages for a while, see:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621494

thoger commented 11 years ago

Proposed fix: https://github.com/thoger/macchanger/commit/26eda412450f09c4f43961a2e5ac31e92f47d30d

alobbs commented 11 years ago

Merged upstream. Thanks @thoger!