diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm
index 527b4bc61..084d4f46c 100644
--- a/Shorewall/Perl/Shorewall/Chains.pm
+++ b/Shorewall/Perl/Shorewall/Chains.pm
@@ -165,7 +165,7 @@ our %EXPORT_TAGS = (
Exporter::export_ok_tags('internal');
-our $VERSION = '4.3_7';
+our $VERSION = '4.3_12';
#
# Chain Table
diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm
index 789313bd0..e3c34f9a6 100644
--- a/Shorewall/Perl/Shorewall/Tc.pm
+++ b/Shorewall/Perl/Shorewall/Tc.pm
@@ -40,7 +40,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tc );
our @EXPORT_OK = qw( process_tc_rule initialize );
-our $VERSION = '4.3_11';
+our $VERSION = '4.3_12';
our %tcs = ( T => { chain => 'tcpost',
connmark => 0,
diff --git a/docs/FAQ.xml b/docs/FAQ.xml
index f2ae75f69..9bd28f779 100644
--- a/docs/FAQ.xml
+++ b/docs/FAQ.xml
@@ -1630,6 +1630,20 @@ teastep@ursa:~$ The first number determines the maximum log
for BLACKLIST_LOGLEVEL in shorewall.conf (5).
+
+
+ (FAQ 36) My log is filling up with these log messages!
+
+ Dec 15 16:47:30 heath-desktop kernel: [17182740.184000] BANDWIDTH_IN:IN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:00:01:5c:23:79:02:08:00 SRC=10.119.248.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=62081 PROTO=UDP SPT=67 DPT=68 LEN=308
+Dec 15 16:47:30 heath-desktop last message repeated 2 times
+Dec 15 16:47:30 heath-desktop kernel: [17182740.188000] BANDWIDTH_IN:IN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:00:01:5c:23:79:02:08:00 SRC=10.112.70.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=62082 PROTO=UDP SPT=67 DPT=68 LEN=308
+Dec 15 16:47:30 heath-desktop last message repeated 2 times
+
+ Answer: The Webmin 'bandwidth'
+ module adds commands to /etc/shorewall/start that creates rules to log
+ every packet to/from/through the firewall. DON'T START THE BANDWIDTH
+ SERVICE IN WEBMIN!!!!!
+