forked from NICMx/Jool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (14 loc) · 694 Bytes
/
README
File metadata and controls
18 lines (14 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.