mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
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.
|