#
# $USAGI: ATM,v 1.5 2002/04/02 19:22:28 yoshfuji Exp $
#

Installation options:
1. Kernel Configuration

At least, these five options should be enabled.

   in "Code maturity level options"
    [*] Prompt for development and/or incomplete code/drivers
   in "Networking options"
    <*>   The IPv6 protocol (EXPERIMENTAL)
    [*] Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)
    [*]   IPv6 Enhance for ATM

2. Userland Applications and Its Configurations

1) pvctool

    "pvctool" is a tool to create a network interface and to set up a PVC
    for the interface. To build and to install pvctool, add 
    --enable-pvctool option for ./configure,
    
	% ./configure --enable-pvctool

    Please refer section 5) in "doc/INSTALL.USAGI".

2) other tools

    Other tools for ATM are not contained in the USAGI archive.
    Please download from <http://sourceforge.net/projects/linux-atm/>.

3. Command Usage

1) create a network interface

   % pvctool -c [N]

where N represents the serial number of network interface created.
You can omit N.

2) set up a PVC

   # pvctool -S N [itf.]vpi.vci

where N is same as the number described above. itf, vpi and vci
represent ATM interface number, vpi number, vci number respectively.
You can omit itf.

3) up network interface

   # ifconfig atmN up

4) add address to the interface as usual.  For instance, 

   # ifconfig atm0 add (address of this IF)

