QOSExample.xml (shorewall-docs-xml-5.2.3.6.tar.bz2) | : | QOSExample.xml (shorewall-docs-xml-5.2.6.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
<surname>Eastep</surname> | <surname>Eastep</surname> | |||
</author> | </author> | |||
</authorgroup> | </authorgroup> | |||
<pubdate><?dbtimestamp format="Y/m/d"?></pubdate> | <pubdate><?dbtimestamp format="Y/m/d"?></pubdate> | |||
<copyright> | <copyright> | |||
<year>2012</year> | <year>2012</year> | |||
<year>2020</year> | ||||
<holder>Thomas M. Eastep</holder> | <holder>Thomas M. Eastep</holder> | |||
</copyright> | </copyright> | |||
<legalnotice> | <legalnotice> | |||
<para>Permission is granted to copy, distribute and/or modify this | <para>Permission is granted to copy, distribute and/or modify this | |||
document under the terms of the GNU Free Documentation License, Version | document under the terms of the GNU Free Documentation License, Version | |||
1.2 or any later version published by the Free Software Foundation; with | 1.2 or any later version published by the Free Software Foundation; with | |||
no Invariant Sections, with no Front-Cover, and with no Back-Cover | no Invariant Sections, with no Front-Cover, and with no Back-Cover | |||
Texts. A copy of the license is included in the section entitled | Texts. A copy of the license is included in the section entitled | |||
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation | <quote><ulink url="GnuCopyright.htm">GNU Free Documentation | |||
skipping to change at line 296 | skipping to change at line 298 | |||
max=$DOWN_BULK_RED_max,\ | max=$DOWN_BULK_RED_max,\ | |||
burst=$DOWN_BULK_RED_burst,\ | burst=$DOWN_BULK_RED_burst,\ | |||
probability=$DOWN_BULK_RED_PROB)</programlisting> | probability=$DOWN_BULK_RED_PROB)</programlisting> | |||
</section> | </section> | |||
<section> | <section> | |||
<title>/etc/shorewall/mangle</title> | <title>/etc/shorewall/mangle</title> | |||
<para>The mangle file classifies upload packets:</para> | <para>The mangle file classifies upload packets:</para> | |||
<programlisting>#MARK SOURCE DEST PROTO DPOR T SPORT USER TEST | <programlisting>#ACTION SOURCE DEST PROTO DPOR T SPORT USER TEST | |||
RESTORE:T - - - - - - !0:C | RESTORE:T - - - - - - !0:C | |||
CONTINUE:T - - - - - - !0 | CONTINUE:T - - - - - - !0 | |||
2:T - - icmp | MARK(2):T - - icmp | |||
1:T - - udp $UDP_VOIP - - | MARK(1):T - - udp $UDP_VOIP - - | |||
0 | 0 | |||
1:T $IP_VOIP - - - - - | MARK(1):T $IP_VOIP - - - - - | |||
0 | 0 | |||
1:T - $IP_VOIP - - - - | MARK(1):T - $IP_VOIP - - - - | |||
0 | 0 | |||
2:T - - tcp $TCP_PRIO - - | MARK(2):T - - tcp $TCP_PRIO - - | |||
0 | 0 | |||
2:T - - udp $UDP_PRIO - - | MARK(2):T - - udp $UDP_PRIO - - | |||
0 | 0 | |||
2:T - - tcp - $TCP_PRIO - | MARK(2):T - - tcp - $TCP_PRIO - | |||
0 | 0 | |||
2:T - - udp - $UDP_PRIO - | MARK(2):T - - udp - $UDP_PRIO - | |||
0 | 0 | |||
3:T - - tcp $TCP_NORMAL - - | MARK(3):T - - tcp $TCP_NORMAL - - | |||
0 | 0 | |||
4:T - - ipp2p:all - - - | MARK(4):T - - ipp2p:all - - - | |||
0 | 0 | |||
5:T - - tcp $TCP_BULK - - | MARK(5):T - - tcp $TCP_BULK - - | |||
0 | 0 | |||
5:T - - tcp - $TCP_BULK - | MARK(5):T - - tcp - $TCP_BULK - | |||
0 | 0 | |||
5:T - - udp $UDP_BULK - - | MARK(5):T - - udp $UDP_BULK - - | |||
0 | 0 | |||
5:T - - udp - $UDP_BULK - | MARK(5):T - - udp - $UDP_BULK - | |||
0 | 0 | |||
SAVE:T - - - - - - !0</programlisting> | SAVE:T - - - - - - !0</programlisting> | |||
</section> | </section> | |||
<section> | <section> | |||
<title>/etc/shorewall/tcfilters</title> | <title>/etc/shorewall/tcfilters</title> | |||
<para>The tcfilters file classifies download packets:</para> | <para>The tcfilters file classifies download packets:</para> | |||
<programlisting>#INTERFACE: SOURCE DEST PROTO DPORT SPORT TO S LENGTH | <programlisting>#INTERFACE: SOURCE DEST PROTO DPORT SPORT TO S LENGTH | |||
# | # | |||
End of changes. 3 change blocks. | ||||
28 lines changed or deleted | 30 lines changed or added |