1. Prerequisites
----------------

kernel: kernel should be compiled with IPv6 support (CONFIG_IPV6), 
along with CONFIG_NETLINK, CONFIG_RTNETLINK, CONFIG_NETLINK_DEV enabled.
Code has been tested with kernelversion 2.4.16 

gcc: code has been compiled and tested with gcc-2.96-98 glibc-2.2.4-13.


2. Building / Installation
--------------------------
To compile DHCPv6 client and server:

tar xzvf dhcpcode.X.Y.tgz
cd dhcpode.X.Y
make

3. Configuration
----------------

DHCPv6 server reads the configuration file dhcp6.conf for the parameters 
like prefix, address range, preference value and life time of the addresses. 
A sample configuration file is provided in dhcp6.conf.sample. Rename the 
file to dhcp6.conf with appropriate changes.
