mwtr / NAT64

A NAT64 implementation for Linux, using the Netfilter API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An SIIT and a NAT64 for Linux.

Documentation

See here.

Please send improvements, complaints and fixes to jool@nic.mx. Alternatively, you might want to upload bugs and pull requests to the issue tracker.

Directories

  • /doc : Documentation source.
  • /include : The entire system's header files.
  • /mod : The kernel module's implementation code.
  • /unit : Unit tests.
  • /usr : The userspace application's implementation code.

Authors

NIC-Mx representatives

ITESM representatives

ITESM students

Special Thanks (contributing users)

Legal stuff

Copyright (C) 2012-2015  NIC-Mx - ITESM

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 3 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, see <http://www.gnu.org/licenses/>.

About

A NAT64 implementation for Linux, using the Netfilter API

License:GNU General Public License v3.0


Languages

Language:C 95.5%Language:Shell 2.6%Language:Makefile 1.7%Language:C++ 0.2%