* Remove the frame from two <tables> in this chapter.
* Expand the acronym ATM on first use, and use <acronym> tags around the first three uses so that a mouseover can again provide the full expansion.
This commit is contained in:
parent
5fbefae558
commit
2d8f7c5c0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21715
1 changed files with 9 additions and 7 deletions
|
@ -3208,7 +3208,7 @@ redirect_port tcp 192.168.0.3:80 80</programlisting>
|
|||
it is done, the following table shows how to make one out of a normal parallel
|
||||
printer cable.</para>
|
||||
|
||||
<table>
|
||||
<table frame="none">
|
||||
<title>Wiring a Parallel Cable for Networking</title>
|
||||
|
||||
<tgroup cols="5">
|
||||
|
@ -3565,7 +3565,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
<note><para>The IPv4 broadcast address (usually <hostid role="ipaddr">xxx.xxx.xxx.255</hostid>) is expressed
|
||||
by multicast addresses in IPv6.</para></note>
|
||||
|
||||
<table>
|
||||
<table frame="none">
|
||||
<title>Reserved IPv6 addresses</title>
|
||||
|
||||
<tgroup cols="4">
|
||||
|
@ -3894,13 +3894,14 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
</authorgroup>
|
||||
</sect1info>
|
||||
|
||||
<title>ATM on &os; 5.X</title>
|
||||
<title>Asynchronous Transfer Mode (ATM) on &os; 5.X</title>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring classical IP over ATM (PVCs)</title>
|
||||
|
||||
<para>Classical IP over ATM (<acronym>CLIP</acronym>) is the
|
||||
simplest method to use ATM with IP. It can be used with
|
||||
simplest method to use Asynchronous Transfer Mode (ATM)
|
||||
with IP. It can be used with
|
||||
switched connections (SVCs) and with permanent connections
|
||||
(PVCs). This section describes how to set up a network based
|
||||
on PVCs.</para>
|
||||
|
@ -3913,9 +3914,10 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
network via a dedicated PVC. While this is simple to
|
||||
configure it tends to become impractical for a larger number
|
||||
of machines. The example supposes that we have four
|
||||
machines in the network, each connected to the ATM network
|
||||
with an ATM adapter card. The first step is the planning of
|
||||
the IP addresses and the ATM connections between the
|
||||
machines in the network, each connected to the <acronym role="Asynchronous Transfer Mode">ATM</acronym> network
|
||||
with an <acronym role="Asynchronous Transfer Mode">ATM</acronym> adapter card. The first step is the planning of
|
||||
the IP addresses and the <acronym role="Asynchronous
|
||||
Transfer Mode">ATM</acronym> connections between the
|
||||
machines. We use the following:</para>
|
||||
|
||||
<informaltable frame="none">
|
||||
|
|
Loading…
Reference in a new issue