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

This commit is contained in:
cy 2017-06-19 19:27:37 +00:00
parent a078d6857f
commit 833ba84432

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