wanbook.tmpl
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:3k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[]>
  2. <book id="WANGuide">
  3.  <bookinfo>
  4.   <title>Synchronous PPP and Cisco HDLC Programming Guide</title>
  5.   
  6.   <authorgroup>
  7.    <author>
  8.     <firstname>Alan</firstname>
  9.     <surname>Cox</surname>
  10.     <affiliation>
  11.      <address>
  12.       <email>alan@redhat.com</email>
  13.      </address>
  14.     </affiliation>
  15.    </author>
  16.   </authorgroup>
  17.   <copyright>
  18.    <year>2000</year>
  19.    <holder>Alan Cox</holder>
  20.   </copyright>
  21.   <legalnotice>
  22.    <para>
  23.      This documentation is free software; you can redistribute
  24.      it and/or modify it under the terms of the GNU General Public
  25.      License as published by the Free Software Foundation; either
  26.      version 2 of the License, or (at your option) any later
  27.      version.
  28.    </para>
  29.       
  30.    <para>
  31.      This program is distributed in the hope that it will be
  32.      useful, but WITHOUT ANY WARRANTY; without even the implied
  33.      warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  34.      See the GNU General Public License for more details.
  35.    </para>
  36.       
  37.    <para>
  38.      You should have received a copy of the GNU General Public
  39.      License along with this program; if not, write to the Free
  40.      Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  41.      MA 02111-1307 USA
  42.    </para>
  43.       
  44.    <para>
  45.      For more details see the file COPYING in the source
  46.      distribution of Linux.
  47.    </para>
  48.   </legalnotice>
  49.  </bookinfo>
  50. <toc></toc>
  51.   <chapter id="intro">
  52.       <title>Introduction</title>
  53.   <para>
  54. The syncppp drivers in Linux provide a fairly complete 
  55. implementation of Cisco HDLC and a minimal implementation of
  56. PPP. The longer term goal is to switch the PPP layer to the
  57. generic PPP interface that is new in Linux 2.3.x. The API should
  58. remain unchanged when this is done, but support will then be
  59. available for IPX, compression and other PPP features
  60.   </para>
  61.   </chapter>
  62.   <chapter id="bugs">
  63.      <title>Known Bugs And Assumptions</title>
  64.   <para>
  65.   <variablelist>
  66.     <varlistentry><term>PPP is minimal</term>
  67.     <listitem>
  68.     <para>
  69. The current PPP implementation is very basic, although sufficient
  70. for most wan usages.
  71.     </para>
  72.     </listitem></varlistentry>
  73.     <varlistentry><term>Cisco HDLC Quirks</term>
  74.     <listitem>
  75.     <para>
  76. Currently we do not end all packets with the correct Cisco multicast
  77. or unicast flags. Nothing appears to mind too much but this should
  78. be corrected.
  79.     </para>
  80.     </listitem></varlistentry>
  81.   </variablelist>
  82.   </para>
  83.   </chapter>
  84.   <chapter id="pubfunctions">
  85.      <title>Public Functions Provided</title>
  86. !Edrivers/net/wan/syncppp.c
  87.   </chapter>
  88. </book>