diff options
author | pdw <> | 2011-10-03 20:49:58 +0000 |
---|---|---|
committer | pdw <> | 2011-10-03 20:49:58 +0000 |
commit | 067bc0d96f5bfc065c7033cce5e16e20e0170782 (patch) | |
tree | cbb57aa5e49d625b82d8031ffbd345ef2194bd8c | |
parent | c387bd743093d0b8ae83cfb7c442a5351dd27094 (diff) | |
download | iftop-067bc0d96f5bfc065c7033cce5e16e20e0170782.zip |
Added wmaster to the bad interfaces list.
-rw-r--r-- | options.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ static char *bad_interface_names[] = { "gif", /* psuedo-device generic tunnel interface */ "dummy", "vmnet", - NULL /* last entry must be NULL */ + "wmaster", /* wmaster0 is an internal-use interface for mac80211, a Linux WiFi API. */ + NULL /* last entry must be NULL */ }; config_enumeration_type sort_enumeration[] = { |