poolcommand() (ippool -A and ippool -R) seed takes an argument.
This commit is contained in:
parent
a078d6857f
commit
833ba84432
@ -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' :
|
||||
|
Loading…
Reference in New Issue
Block a user