----------------------------------------------------------------------
PPP for IPV6						
----------------------------------------------------------------------

To use these files, you should have ppp-2.2.0f installed.
All paths mentioned are relative to the ppp-2.2.0f path.

Reference:
	draft-ietf-ipngwg-pppext-ipv6cp-03.txt, 
        Haskin + Allen, Bay Networks, Inc., May 1996

Thomas Nagel <T.Nagel@ping.de>
14-Oct-1996, Dortmund, Germany

----------------------------------------------------------------------
This is a version I had no opportunity to test in-depth.
I'm sorry about that, but I don't know how to setup a test without
having a second machine.

----------------------------------------------------------------------
Files changed for IPV6, and how to use them:

./linux/if_ppp.h	copy to <Kernel>/include/linux
./linux/ppp-comp.h
./linux/ppp_defs.h	copy to <Kernel>/include/linux
./linux/ppp.c		copy to <Kernel>/drivers/net
./linux/in6.h		symlink to <Kernel>/include/linux/in6.h
./linux/ipv6.h		symlink to <Kernel>/include/linux/ipv6.h
./linux/ipv6_route.h	symlink to <Kernel>/include/net/ipv6_route.h

./pppd/Makefile.linux
./pppd/fsm.h
./pppd/patchlevel.h
./pppd/pathnames.h
./pppd/pppd.h
./pppd/ipv6cp.h
./pppd/auth.c
./pppd/ccp.c
./pppd/fsm.c
./pppd/lcp.c
./pppd/main.c
./pppd/options.c
./pppd/sys-linux.c
./pppd/ipv6cp.c
./pppd/pppd.8

----------------------------------------------------------------------
