diff options
| author | Simon Horman <horms@verge.net.au> | 2006-09-13 22:57:54 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-18 02:21:04 -0400 |
| commit | 70e76b768bac81149c8c189e781c3f130ea2eba5 (patch) | |
| tree | 75d0211feabb6f068df26df490d28ed4afb8f9b1 | |
| parent | 72c4a13aaa0f6271e6b962a66befd68bac923bc3 (diff) | |
[IPVS]: auto-help for ip_vs_ftp
Fill in a help message for the ports option to ip_vs_ftp
Signed-Off-By: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | net/ipv4/ipvs/ip_vs_ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ipvs/ip_vs_ftp.c b/net/ipv4/ipvs/ip_vs_ftp.c index a19a33ceb8..347a66c055 100644 --- a/net/ipv4/ipvs/ip_vs_ftp.c +++ b/net/ipv4/ipvs/ip_vs_ftp.c | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | */ | 46 | */ |
| 47 | static int ports[IP_VS_APP_MAX_PORTS] = {21, 0}; | 47 | static int ports[IP_VS_APP_MAX_PORTS] = {21, 0}; |
| 48 | module_param_array(ports, int, NULL, 0); | 48 | module_param_array(ports, int, NULL, 0); |
| 49 | MODULE_PARM_DESC(ports, "Ports to monitor for FTP control commands"); | ||
| 49 | 50 | ||
| 50 | /* | 51 | /* |
| 51 | * Debug level | 52 | * Debug level |
