luion/NAT64
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
IMPORTANT: The development is still in process. Authors: Juan Antonio Osorio <[email protected]> Luis Fernando Hinojosa <[email protected]> David Valenzuela <[email protected]> Jose Vicente Ramirez <[email protected]> Mario Gerardo Trevinho <[email protected]> This is an implementation of the NAT64 mechanism as described in the RFC6146. It's being implemented as a Netfilter target module. module dependencies (modprobe): ipv6, ip_tables, nf_conntrack, nf_conntrack_ipv4 Directories: /mod : includes the kernel module' source code and respective Makefile. /usr : include the iptables module (userspace interface). /include : includes the header files used.