diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 8a74cac0be8c..92435a882fac 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -447,6 +447,17 @@ config NET_ACT_IPT | |||
447 | To compile this code as a module, choose M here: the | 447 | To compile this code as a module, choose M here: the |
448 | module will be called ipt. | 448 | module will be called ipt. |
449 | 449 | ||
450 | config NET_ACT_NAT | ||
451 | tristate "Stateless NAT" | ||
452 | depends on NET_CLS_ACT | ||
453 | select NETFILTER | ||
454 | ---help--- | ||
455 | Say Y here to do stateless NAT on IPv4 packets. You should use | ||
456 | netfilter for NAT unless you know what you are doing. | ||
457 | |||
458 | To compile this code as a module, choose M here: the | ||
459 | module will be called nat. | ||
460 | |||
450 | config NET_ACT_PEDIT | 461 | config NET_ACT_PEDIT |
451 | tristate "Packet Editing" | 462 | tristate "Packet Editing" |
452 | depends on NET_CLS_ACT | 463 | depends on NET_CLS_ACT |