|
ns-3 GSOC NAT semifinal review. This code is split into three patchsets. The first patch implements netfilter for IPv4; this represents work done before the GSOC midterm. The second patch implements a static NAT capability on top of the netfilter patch, and was a semifinal review. The third patch is the final review patch for the GSOC project.
To apply to ns-3-dev (as of changeset 3a0af8a1c005 August 8 2012), first apply patch 1, then apply patch 3.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2063 lines, -5 lines) |
Patch |
 |
M |
doc/models/Makefile
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
doc/models/source/internet-models.rst
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/doc/ipv4-nat.rst
|
View
|
1
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/doc/netfilter.rst
|
View
|
1
|
1 chunk |
+169 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/examples/ipv4-dynamic-nat-example.cc
|
View
|
1
2
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/examples/ipv4-static-nat-example.cc
|
View
|
1
2
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/internet/examples/wscript
|
View
|
1
2
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
A |
src/internet/helper/ipv4-nat-helper.h
|
View
|
1
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/helper/ipv4-nat-helper.cc
|
View
|
1
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/model/ipv4-nat.h
|
View
|
1
2
|
1 chunk |
+408 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/model/ipv4-nat.cc
|
View
|
1
2
|
1 chunk |
+805 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/test/ipv4-nat-test-suite.cc
|
View
|
1
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/internet/wscript
|
View
|
1
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|