This is LWIPV6a - Light weight IP v 6 A

LWIPV6a has been completely rewritten, it is based on LWIPv.1.1.0 
(by Adam Dunkels).
V6a includes also the management of PF_PACKET (e.g. ethereal and
DHCP user level management).

Copyright 2004 Renzo Davoli University of Bologna - Italy

The TCP-IP stack is based on lwip by Adam Dunkels <adam@sics.se> 
	(see README.LICENSE)

*    This program is free software; you can redistribute it and/or modify
*    it under the terms of the GNU General Public License as published by
*    the Free Software Foundation; either version 2 of the License, or
*    (at your option) any later version.
*
*    This program is distributed in the hope that it will be useful,
*    but WITHOUT ANY WARRANTY; without even the implied warranty of
*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*    GNU General Public License for more details.
*
*    You should have received a copy of the GNU General Public License along
*    with this program; if not, write to the Free Software Foundation, Inc.,
*    59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

cd to the distribution dir and type

% make

You can install the library with the following command:

# make install

The lwipv6.so module is ready to be used by um-viewos.

An example of configuration script follows:
-----------------------------------
ip addr add 192.168.0.22/24 dev vd0
ip addr add 2001:760:202:f000::ff/64 dev vd0
ip route add default via 192.168.0.254
ip -f inet6 route add default via 2001:760:202:f000::1
ip link set vd0 up
-----------------------------------
