vapier 08/08/19 14:15:59 Modified: home-router-howto.xml Log: add note for people to try putting the mtu clamp into the mangle table if it doesnt work for them otherwise
Revision Changes Path 1.62 xml/htdocs/doc/en/home-router-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.62&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/home-router-howto.xml?r1=1.61&r2=1.62 Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- home-router-howto.xml 20 May 2008 19:09:36 -0000 1.61 +++ home-router-howto.xml 19 Aug 2008 14:15:59 -0000 1.62 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.61 2008/05/20 19:09:36 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.62 2008/08/19 14:15:59 vapier Exp $ --> <guide link="/doc/en/home-router-howto.xml" lang="en"> <title>Home Router Guide</title> @@ -17,8 +17,8 @@ <!-- The content of this document is released into the public domain --> <license/> -<version>1.38</version> -<date>2007-07-27</date> +<version>1.39</version> +<date>2008-08-19</date> <chapter> <title>Introduction</title> @@ -1036,6 +1036,11 @@ Traffic Control HOWTO</uri>. </p> +<p> +If that command does not work for you, you may want to try putting the rule +into the mangle table. Simply add <c>-t mangle</c> to the command. +</p> + </body> </section>
