Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IP_VS_FTP
has multiple definitions:
net/netfilter/ipvs/Kconfig
The configuration item CONFIG_IP_VS_FTP:
CONFIG_IP_VS_PROTO_TCP && CONFIG_NF_CONNTRACK && CONFIG_NF_NAT && \
ip_vs_ftp
, ip_vs_ftp
FTP is a protocol that transfers IP address and/or port number in the payload. In the virtual server via Network Address Translation, the IP address and port number of real servers cannot be sent to clients in ftp connections directly, so FTP protocol helper is required for tracking the connection and mangling it back to that of virtual service.
If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.
net/ipv4/ipvs/Kconfig
The configuration item CONFIG_IP_VS_FTP:
CONFIG_IP_VS_PROTO_TCP
ip_vs_ftp
, ip_vs_ftp
FTP is a protocol that transfers IP address and/or port number in the payload. In the virtual server via Network Address Translation, the IP address and port number of real servers cannot be sent to clients in ftp connections directly, so FTP protocol helper is required for tracking the connection and mangling it back to that of virtual service.
If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.
Raw data from LKDDb:
lkddb module ip_vs_ftp CONFIG_IP_VS_FTP : net/ipv4/ipvs/Kconfig : "FTP protocol helper" # in 2.6.0–2.6.27
lkddb module ip_vs_ftp CONFIG_IP_VS_FTP : net/netfilter/ipvs/Kconfig : "FTP protocol helper" # in 2.6.28–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.13, 6.14-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2025). See also LKDDb sources on GitLab