Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 19:27:37 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320120 - head/contrib/ipfilter/tools
Message-ID:  <201706191927.v5JJRbVH001602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Jun 19 19:27:37 2017
New Revision: 320120
URL: https://svnweb.freebsd.org/changeset/base/320120

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

Modified:
  head/contrib/ipfilter/tools/ippool.c

Modified: head/contrib/ipfilter/tools/ippool.c
==============================================================================
--- head/contrib/ipfilter/tools/ippool.c	Mon Jun 19 18:08:20 2017	(r320119)
+++ head/contrib/ipfilter/tools/ippool.c	Mon Jun 19 19:27:37 2017	(r320120)
@@ -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' :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706191927.v5JJRbVH001602>