swift 05/06/14 10:04:44 Modified: xml/htdocs/doc/en/handbook hb-net-modules.xml Log: Coding style
Revision Changes Path 1.2 +68 -75 xml/htdocs/doc/en/handbook/hb-net-modules.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-net-modules.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: hb-net-modules.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-net-modules.xml 9 Jun 2005 07:33:59 -0000 1.1 +++ hb-net-modules.xml 14 Jun 2005 10:04:44 -0000 1.2 @@ -2,7 +2,7 @@ <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/2.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <sections> @@ -44,7 +44,6 @@ </body> </section> - <section> <title>Interface Handlers</title> <body> @@ -56,7 +55,8 @@ <p> ifconfig is the current Gentoo default and it's included in the system profile.<br/> -iproute2 is a more powerful and flexible package, but it's not included by default. +iproute2 is a more powerful and flexible package, but it's not included by +default. </p> <pre caption="To install iproute2"> @@ -67,9 +67,9 @@ </pre> <p> -As both ifconfig and iproute2 do very similar things we allow their basic configuration -to work with each other. For example both the below code snippets work regardless of -which module you are using. +As both ifconfig and iproute2 do very similar things we allow their basic +configuration to work with each other. For example both the below code +snippets work regardless of which module you are using. </p> <pre caption="ifconfig and iproute2 examples"> @@ -83,7 +83,6 @@ </body> </section> - <section id="dhcp"> <title>DHCP</title> <body> @@ -98,69 +97,69 @@ </p> <p> -DHCP can be provided by dhclient, dhcpcd, dhclient, pump or udhcpc. Each DHCP module -has its pros and cons - here's a quick run down. +DHCP can be provided by dhclient, dhcpcd, dhclient, pump or udhcpc. Each DHCP +module has its pros and cons - here's a quick run down. </p> <table> - <tr> - <th>DHCP Module</th> - <th>Package</th> - <th>Pros</th> - <th>Cons</th> - </tr> - <tr> - <ti>dhclient</ti> - <ti>net-misc/dhcp</ti> - <ti> - Made by ISC, the same people who make the BIND DNS software<br /> - Very configurable - </ti> - <ti> - Configuration is overly complex<br /> - Software is quite bloated<br /> - Cannot get NTP servers from DHCP<br /> - Does not send hostname by default - </ti> - </tr> - <tr> - <ti>dhcpcd</ti> - <ti>net-misc/dhcpcd</ti> - <ti> - Long time Gentoo default<br /> - No reliance on outside tools - </ti> - <ti> - No longer maintained upstream<br /> - Can be slow at times<br /> - Does not daemonize when lease is infinite - </ti> - </tr> - <tr> - <ti>pump</ti> - <ti>net-misc/pump</ti> - <ti> - Lightweight<br /> - No reliance on outside tools - </ti> - <ti> - No longer maintained upstream<br /> - Unreliable, especially over modems<br /> - Cannot get NIS servers from DHCP - </ti> - </tr> - <tr> - <ti>udhcpc</ti> - <ti>net-misc/udhcp</ti> - <ti> - Lightweight - smallest dhcp client around<br /> - Made for embedded systems - </ti> - <ti> - Unproven - no distro uses it by default<br /> - Cannot define a timeout beyond 3 seconds - </ti> - </tr> +<tr> + <th>DHCP Module</th> + <th>Package</th> + <th>Pros</th> + <th>Cons</th> +</tr> +<tr> + <ti>dhclient</ti> + <ti>net-misc/dhcp</ti> + <ti> + Made by ISC, the same people who make the BIND DNS software<br /> + Very configurable + </ti> + <ti> + Configuration is overly complex<br /> + Software is quite bloated<br /> + Cannot get NTP servers from DHCP<br /> + Does not send hostname by default + </ti> +</tr> +<tr> + <ti>dhcpcd</ti> + <ti>net-misc/dhcpcd</ti> + <ti> + Long time Gentoo default<br /> + No reliance on outside tools + </ti> + <ti> + No longer maintained upstream<br /> + Can be slow at times<br /> + Does not daemonize when lease is infinite + </ti> +</tr> +<tr> + <ti>pump</ti> + <ti>net-misc/pump</ti> + <ti> + Lightweight<br /> + No reliance on outside tools + </ti> + <ti> + No longer maintained upstream<br /> + Unreliable, especially over modems<br /> + Cannot get NIS servers from DHCP + </ti> +</tr> +<tr> + <ti>udhcpc</ti> + <ti>net-misc/udhcp</ti> + <ti> + Lightweight - smallest dhcp client around<br /> + Made for embedded systems + </ti> + <ti> + Unproven - no distro uses it by default<br /> + Cannot define a timeout beyond 3 seconds + </ti> +</tr> </table> <p> @@ -201,7 +200,6 @@ </body> </section> - <section> <title>ADSL Modem</title> <body> @@ -241,7 +239,6 @@ </body> </section> - -- [email protected] mailing list
