summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdw <>2011-10-03 20:49:58 +0000
committerpdw <>2011-10-03 20:49:58 +0000
commit067bc0d96f5bfc065c7033cce5e16e20e0170782 (patch)
treecbb57aa5e49d625b82d8031ffbd345ef2194bd8c
parentc387bd743093d0b8ae83cfb7c442a5351dd27094 (diff)
downloadiftop-067bc0d96f5bfc065c7033cce5e16e20e0170782.zip
Added wmaster to the bad interfaces list.
-rw-r--r--options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.c b/options.c
index db3b827..539313a 100644
--- a/options.c
+++ b/options.c
@@ -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[] = {