From 254a06e0b3c003d47956aa013514c2ec84684e61 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 19 Jun 2017 19:27:37 +0000 Subject: [PATCH] poolcommand() (ippool -A and ippool -R) seed takes an argument. --- contrib/ipfilter/tools/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' :