vapier 05/11/05 02:45:18 Modified: xml/htdocs/doc/en home-router-howto.xml Log: add info for kernel features that adsl/pppoe require as noted by Jonathan Schmieg
Revision Changes Path 1.35 +16 -7 xml/htdocs/doc/en/home-router-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo Index: home-router-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- home-router-howto.xml 11 Oct 2005 01:02:53 -0000 1.34 +++ home-router-howto.xml 5 Nov 2005 02:45:18 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.34 2005/10/11 01:02:53 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.35 2005/11/05 02:45:18 vapier Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/home-router-howto.xml"> @@ -15,8 +15,8 @@ for connecting your home network to the internet. </abstract> -<version>1.21</version> -<date>2005-10-10</date> +<version>1.22</version> +<date>2005-11-04</date> <chapter> <title>Introduction</title> @@ -109,10 +109,11 @@ <p> The next thing you'll need is support for iptables and NAT (and packet shaping -if you want). The following list is split up into required (*), suggested (x), -and shaper (s) features. It does not matter whether you build the features -into the kernel or as a module so long as when the feature is needed, the -correct module(s) are loaded (module loading is left to the reader as a fun +if you want). The following list is split up into always required (*), +required only for adsl via PPPoE (a), suggested for everyone (x), and only +for shaper (s) features. It does not matter whether you build the features +into the kernel or as a module so long as when the feature is needed, the +correct module(s) are loaded (module loading is left to the reader as a fun exercise however). </p> @@ -145,6 +146,14 @@ [s] QoS and/or fair queueing [s] HTB packet scheduler [s] Ingress Qdisc + + [a] PPP (point-to-point protocol) support + [a] PPP filtering + [a] PPP support for async serial ports + [a] PPP support for sync tty ports + [a] PPP Deflate compression + [a] PPP BSD-Compress compression + [a] PPP over Ethernet </pre> <note> -- [email protected] mailing list
