diff --git a/Shorewall-docs2/myfiles.xml b/Shorewall-docs2/myfiles.xml
index bbe591ac6..e55195780 100644
--- a/Shorewall-docs2/myfiles.xml
+++ b/Shorewall-docs2/myfiles.xml
@@ -15,7 +15,7 @@
- 2005-10-01
+ 2005-10-04
2001-2005
@@ -676,9 +676,9 @@ $EXT_IF 1.5mbit 384kbit
from tc4shorewall.
#INTERFACE MARK RATE CEIL PRIORITY OPTIONS
-$EXT_IF 10 full full 1 tcp-ack,tos-minimize-delay
+$EXT_IF 10 full ful 1 tcp-ack,tos-minimize-delay
$EXT_IF 20 9*full/10 9*full/10 2 default
-$EXT_IF 30 8*full/10 8*full/10 2
+$EXT_IF 30 6*full/10 6*full/10 3
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
@@ -688,11 +688,19 @@ $EXT_IF 30 8*full/10 8*full/10 2
I give full bandwidth to my local systems -- the server gets
- throttled.
+ throttled and rsync gets throttled even more.
+
+
+ The class id for tc4shorewall-generated classes is 1:<100 +
+ mark value>. The rules below are using the Netfilter CLASSIFY
+ target to classify the traffic directly without having to first mark
+ then classify based on the marks.
+
#MARK SOURCE DEST PROTO PORT(S) CLIENT USER TEST
# PORT(S)
-10:F 192.168.0.0/22 $EXT_IF
+1:110 192.168.0.0/22 $EXT_IF
+1:130 206.124.146.177 $EXT_IF tcp - 873
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE