Diff for /embedaddon/mpd/doc/mpd19.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2021/03/17 00:39:23
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Mpd Layers</EM><BR>   <b>:</b> <EM>Mpd Layers</EM><BR>
 <b>Previous:</b> <A HREF="mpd18.html"><EM>General mpd commands</EM></A><BR>  <b>Previous:</b> <A HREF="mpd18.html"><EM>General mpd commands</EM></A><BR>
Line 23  Operation mode is getting chosen dynamically depending Line 23  Operation mode is getting chosen dynamically depending
 configuration and user auth name (see 'set link action ...' command).</p>  configuration and user auth name (see 'set link action ...' command).</p>
 <p>In "ppp terminator" mode such hierarchy used:  <p>In "ppp terminator" mode such hierarchy used:
 <b>  <b>
<A HREF="mpd28.html#interface">interface</A></b> -&gt;<A HREF="mpd28.html#interface">Interface</A></b> -&gt;
 <b>  <b>
<A HREF="mpd26.html#ipcp">ipcp</A></b> -&gt;<A HREF="mpd26.html#ipcp">NCPs</A></b> -&gt;
 <b>  <b>
<A HREF="mpd24.html#compression">compression</A></b> -&gt;<A HREF="mpd24.html#compression">Compression</A></b> -&gt;
 <b>  <b>
<A HREF="mpd23.html#encryption">encryption</A></b> -&gt;<A HREF="mpd23.html#encryption">Encryption</A></b> -&gt;
 <b>  <b>
<A HREF="mpd22.html#bundle">bundle</A></b> -&gt; <A HREF="mpd22.html#bundle">Bundle</A></b> -&gt; 
 <b>  <b>
<A HREF="mpd20.html#links">links</A></b></p><A HREF="mpd20.html#links">Links</A></b></p>
 <p>In "ppp repeater" mode different hierarchy used:  <p>In "ppp repeater" mode different hierarchy used:
 <b>  <b>
<A HREF="mpd20.html#links">links</A></b> -&gt;<A HREF="mpd20.html#links">Link1</A></b> -&gt;
 <b>Repeater</b> -&gt;   <b>Repeater</b> -&gt; 
 <b>  <b>
<A HREF="mpd20.html#links">links</A></b></p><A HREF="mpd20.html#links">Link2</A></b></p>
 <p>A <b>  <p>A <b>
<A HREF="mpd20.html#links">links</A></b> is a single point-to-point<A HREF="mpd20.html#links">link</A></b> is a single point-to-point
 connection between the local machine and a remote peer machine,   connection between the local machine and a remote peer machine, 
 implemented by some kind of physical device,   implemented by some kind of physical device, 
 such as a serial modem connection or a virtual PPTP connection.</p>  such as a serial modem connection or a virtual PPTP connection.</p>
Line 81  The interface layer is also responsible for implementi Line 81  The interface layer is also responsible for implementi
 Dial-on-Demand and idle timeout functionality.</p>  Dial-on-Demand and idle timeout functionality.</p>
 <p>Each bundle has several corresponding NCP layers as  <p>Each bundle has several corresponding NCP layers as
 <b>  <b>
<A HREF="mpd26.html#ipcp">ipcp</A></b> and<A HREF="mpd26.html#ipcp">IP Control Protocol (IPCP)</A></b> and
 <b>  <b>
<A HREF="mpd27.html#ipv6cp">ipv6cp</A></b>,<A HREF="mpd27.html#ipv6cp">IPv6 Control Protocol (IPv6CP)</A></b>,
 which manages the protocol specific configuration of the interface.  which manages the protocol specific configuration of the interface.
 This layers handle the negotiation of local and remote addresses  This layers handle the negotiation of local and remote addresses
 and TCP header compression, as well as other optional   and TCP header compression, as well as other optional 
 IP related information such as DNS servers and NBNS servers.</p>  IP related information such as DNS servers and NBNS servers.</p>
 <p>Each bundle also has corresponding  <p>Each bundle also has corresponding
 <b>  <b>
<A HREF="mpd24.html#compression">compression</A></b> and<A HREF="mpd24.html#compression">compression (CCP)</A></b> and
 <b>  <b>
<A HREF="mpd23.html#encryption">encryption</A></b> layers, which<A HREF="mpd23.html#encryption">encryption (ECP)</A></b> layers, which
 allow you to enable and configure compression and encryption  allow you to enable and configure compression and encryption
 for data sent and received over the bundle.</p>  for data sent and received over the bundle.</p>
 <p>A <b>repeater</b> is a collection of two physical devices   <p>A <b>repeater</b> is a collection of two physical devices 
Line 107  have reasonable defaults for everything.</p> Line 107  have reasonable defaults for everything.</p>
   
   
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>   <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
  <b>:</b> <EM>Mpd Layers</EM><BR>   <b>:</b> <EM>Mpd Layers</EM><BR>
 <b>Previous:</b> <A HREF="mpd18.html"><EM>General mpd commands</EM></A><BR>  <b>Previous:</b> <A HREF="mpd18.html"><EM>General mpd commands</EM></A><BR>

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>