Skip to content

magg/NAT64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of RFC6146 (stateful 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  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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.0%
  • Shell 2.8%
  • Makefile 1.4%
  • Other 1.8%