aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-06-19 19:27:37 +0000
committerCy Schubert <cy@FreeBSD.org>2017-06-19 19:27:37 +0000
commit254a06e0b3c003d47956aa013514c2ec84684e61 (patch)
tree4b33e288c6ab0ca0401fda20950b5eff387024a7 /contrib/ipfilter
parent35fb812adfc212234df4c132e1d6bbbb3b168a74 (diff)
downloadsrc-254a06e0b3c003d47956aa013514c2ec84684e61.tar.gz
src-254a06e0b3c003d47956aa013514c2ec84684e61.zip
poolcommand() (ippool -A and ippool -R) seed takes an argument.
Notes
Notes: svn path=/head/; revision=320120
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r--contrib/ipfilter/tools/ippool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c
index 72c3bf309826..ac6690c49f4d 100644
--- a/contrib/ipfilter/tools/ippool.c
+++ b/contrib/ipfilter/tools/ippool.c
@@ -268,7 +268,7 @@ poolcommand(remove, argc, argv)
bzero((char *)&iph, sizeof(iph));
bzero((char *)&pool, sizeof(pool));
- while ((c = getopt(argc, argv, "dm:no:RSv")) != -1)
+ while ((c = getopt(argc, argv, "dm:no:RS:v")) != -1)
switch (c)
{
case 'd' :