Adding VERSION to external file, preparing for an index (thanks to

Ferg's recent post to docbook@en.tldp.org), and adding a new chapter.
This commit is contained in:
mabrown 2003-04-03 23:14:28 +00:00
parent 2cd872fa9b
commit e2bf190374
3 changed files with 95 additions and 1 deletions

View File

@ -0,0 +1 @@
0.4.2

View File

@ -0,0 +1,92 @@
<!-- $Id$ -->
<chapter id="ch-if">
<title>Devices and Interfaces</title>
<para>
</para>
<section id="if-ethernet">
<title>Ethernet Devices and Interfaces</title>
<para>
</para>
<section id="if-ethernet-vlan">
<title>VLAN</title>
<para>
</para>
</section>
</section>
<section id="if-loopback">
<title>Loopback Interfaces</title>
<para>
</para>
</section>
<section id="if-wan">
<title>WAN Interfaces</title>
<para>
There are probably a boatload of devices I know nothing about, but
this section should include something on ppp0 (PPP over modem, PPPoE),
ippp0 (ISDN), and wan0 (Sangoma T1) types of interfaces.
</para>
</section>
<section id="if-virtual">
<title>Virtual Interfaces</title>
<para>
</para>
<para>
</para>
<section id="if-virtual-tun">
<title>tun</title>
<para>
</para>
</section>
<section id="if-virtual-tap">
<title>tap</title>
<para>
</para>
</section>
<section id="if-virtual-ipip">
<title>IPIP</title>
<para>
</para>
</section>
<section id="if-virtual-gre">
<title>GRE</title>
<para>
</para>
</section>
<section id="if-virtual-cipe">
<title>CIPE</title>
<para>
</para>
</section>
<section id="if-virtual-ipsec">
<title>IPSec</title>
<para>
</para>
</section>
<section id="if-virtual-dummy">
<title>dummy</title>
<!--
#
# mention "insmod -o dummy0 dummy" for multiple dummy interfaces
#
-->
<para>
</para>
</section>
</section>
<section id="if-grouped">
<title>Grouped Interfaces</title>
<para>
</para>
<section id="if-grouped-bond">
<title>Bonding</title>
<para>
</para>
</section>
<section id="if-grouped-bridge">
<title>Bridging</title>
<para>
</para>
</section>
</section>
</chapter>

View File

@ -50,7 +50,7 @@
<!ENTITY intro SYSTEM "intro.xml" >
<!ENTITY basic SYSTEM "basic.xml" >
<!ENTITY devices SYSTEM "devices.xml" >
<!ENTITY interfaces SYSTEM "interfaces.xml" >
<!ENTITY ether SYSTEM "ether.xml" >
<!ENTITY bridging SYSTEM "bridging.xml" >
<!ENTITY routing SYSTEM "routing.xml" >
@ -71,6 +71,7 @@
<!ENTITY trouble SYSTEM "trouble.xml" >
<!ENTITY links SYSTEM "links.xml" >
<!ENTITY bibliography SYSTEM "bibliography.xml" >
<!ENTITY index SYSTEM "index.xml" >
<!ENTITY scripts SYSTEM "scripts.xml" >
<!-- Code snippets and examples -->