$IGNORE: +wmaster
authorlace <>
Sun, 26 Jul 2009 19:53:06 +0000 (19:53 +0000)
committerlace <>
Sun, 26 Jul 2009 19:53:06 +0000 (19:53 +0000)
bin/traf

index a4f6300..fd8efd8 100755 (executable)
--- a/bin/traf
+++ b/bin/traf
@@ -7,7 +7,7 @@ use warnings;
 my($IFDEV,$SECS)=@ARGV;
 
 $SECS||=8;
-my $IGNORE=qr/^(?:lo|sit|pan|tun|tap)\d*$/;
+my $IGNORE=qr/^(?:lo|sit|pan|tun|tap|wmaster)\d*$/;
 
 $|=1;
 # $if->{"rx"=>,"tx"=>}