$IGNORE: +virbr
authorlace <>
Tue, 11 Aug 2009 20:10:59 +0000 (20:10 +0000)
committerlace <>
Tue, 11 Aug 2009 20:10:59 +0000 (20:10 +0000)
bin/traf

index 9d716d5..1555869 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|wmaster|sixxs)\d*$/;
+my $IGNORE=qr/^(?:lo|sit|pan|tun|tap|wmaster|sixxs|virbr)\d*$/;
 
 $|=1;
 # $if->{"rx"=>,"tx"=>}