poolcommand() (ippool -A and ippool -R) seed takes an argument.

This commit is contained in:
Cy Schubert 2017-06-19 19:27:37 +00:00
parent 35fb812adf
commit 254a06e0b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320120

View File

@ -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' :