```
#!

               _________________
______________/ mip6d-ng README \______________

Homepage:              http://www.mip6d-ng.net/
Doxygen documentation: http://mip6dng.bitbucket.org/doc/

          ___________________________
_________/ Requirements for building \_________

build-essential automake autoconf libtool
iptables-dev iproute-dev libnfnetlink-dev libconfuse-dev

To successfully build mip6d-ng you may need to apply
the patches in the patches/directory.

                  ___________
_________________/ Compiling \_________________

mip6d-ng could to be compiled and install by the usual way:

./configure
make
make install

         __________________________
________/ Requirements for running \__________

To able to create the required ip6tables-rules, 
the following modules should to be loaded:
ip6_tables ip6table_mangle xt_mark x_tables

                  ___________
_________________/ Execution \_________________

Please copy or link the necessary modules to
the /etc/mip6d-ng/modules directory. The libraries
,which are in the specified directory, will be 
loaded as modules.

The configuration file is at /etc/mip6d-ng.conf.
A sample could to be find at /etc/mip6d-ng.conf.sample

To start mip6d-ng simply run mip6d-ng.

                   _________
__________________/ Contact \__________________

Our mailing list is available here: support@mip6d-ng.net
Archives: http://mcl.hu/pipermail/support/




```