Skip to content

Commit

Permalink
[IPVS]: auto-help for ip_vs_ftp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
horms authored and David S. Miller committed Sep 18, 2006
1 parent 72c4a13 commit 70e76b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/ipvs/ip_vs_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
*/
static int ports[IP_VS_APP_MAX_PORTS] = {21, 0};
module_param_array(ports, int, NULL, 0);
MODULE_PARM_DESC(ports, "Ports to monitor for FTP control commands");

/*
* Debug level
Expand Down

0 comments on commit 70e76b7

Please sign in to comment.