Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml
Date: Sat, 05 Nov 2005 02:45:38
Message-Id: 200511050245.jA52jU8R030914@robin.gentoo.org
1 vapier 05/11/05 02:45:18
2
3 Modified: xml/htdocs/doc/en home-router-howto.xml
4 Log:
5 add info for kernel features that adsl/pppoe require as noted by Jonathan Schmieg
6
7 Revision Changes Path
8 1.35 +16 -7 xml/htdocs/doc/en/home-router-howto.xml
9
10 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
11 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
12 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
13
14 Index: home-router-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- home-router-howto.xml 11 Oct 2005 01:02:53 -0000 1.34
21 +++ home-router-howto.xml 5 Nov 2005 02:45:18 -0000 1.35
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.34 2005/10/11 01:02:53 vapier Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.35 2005/11/05 02:45:18 vapier Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/home-router-howto.xml">
29 @@ -15,8 +15,8 @@
30 for connecting your home network to the internet.
31 </abstract>
32
33 -<version>1.21</version>
34 -<date>2005-10-10</date>
35 +<version>1.22</version>
36 +<date>2005-11-04</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -109,10 +109,11 @@
41
42 <p>
43 The next thing you'll need is support for iptables and NAT (and packet shaping
44 -if you want). The following list is split up into required (*), suggested (x),
45 -and shaper (s) features. It does not matter whether you build the features
46 -into the kernel or as a module so long as when the feature is needed, the
47 -correct module(s) are loaded (module loading is left to the reader as a fun
48 +if you want). The following list is split up into always required (*),
49 +required only for adsl via PPPoE (a), suggested for everyone (x), and only
50 +for shaper (s) features. It does not matter whether you build the features
51 +into the kernel or as a module so long as when the feature is needed, the
52 +correct module(s) are loaded (module loading is left to the reader as a fun
53 exercise however).
54 </p>
55
56 @@ -145,6 +146,14 @@
57 [s] QoS and/or fair queueing
58 [s] HTB packet scheduler
59 [s] Ingress Qdisc
60 +
61 + [a] PPP (point-to-point protocol) support
62 + [a] PPP filtering
63 + [a] PPP support for async serial ports
64 + [a] PPP support for sync tty ports
65 + [a] PPP Deflate compression
66 + [a] PPP BSD-Compress compression
67 + [a] PPP over Ethernet
68 </pre>
69
70 <note>
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list