FTP support on new connection tracking (EXPERIMENTAL)

modulename: nf_conntrack_ftp.ko

configname: CONFIG_NF_CONNTRACK_FTP

Linux Kernel Configuration
└─>Networking
└─>Networking options
└─>Network packet filtering (replaces ipchains)
└─>Core Netfilter Configuration
└─>FTP support on new connection tracking (EXPERIMENTAL)
In linux kernel since version 2.6.15 (release Date: 2006-01-02)  
Tracking FTP connections is problematic: special helpers are
required for tracking them, and doing masquerading and other forms
of Network Address Translation on them.

This is FTP support on Layer 3 independent connection tracking.
Layer 3 independent connection tracking is experimental scheme
which generalize ip_conntrack to support other layer 3 protocols.

To compile it as a module, choose M here. If unsure, say N.

source code:
depends
CONFIG_EXPERIMENTAL
CONFIG_NET
CONFIG_NETFILTER
CONFIG_NF_CONNTRACK or CONFIG_INET

is selected by
CONFIG_IP_VS_FTP