RAWNAT: add extension's kernel and userspace modules

RAWNAT provides stateless 1:1 network address translation.
This commit is contained in:
Jan Engelhardt
2009-03-26 20:37:00 +01:00
parent 03aeed615d
commit 637516f2d4
13 changed files with 804 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
config NETFILTER_XT_TARGET_RAWNAT
tristate '"RAWNAT" raw address translation w/o conntrack'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
depends on IP_NF_RAW || IP_NF6_RAW
---help---
This option adds the RAWSNAT and RAWDNAT targets which can do Network
Address Translation (no port translation) without requiring Netfilter
connection tracking.