nftset: fix domain-rule for nftset short option missing issue.
This commit is contained in:
@@ -1872,7 +1872,7 @@ static int _conf_domain_rules(void *data, int argc, char *argv[])
|
|||||||
/* process extra options */
|
/* process extra options */
|
||||||
optind = 1;
|
optind = 1;
|
||||||
while (1) {
|
while (1) {
|
||||||
opt = getopt_long_only(argc, argv, "c:a:p:n:d:", long_options, NULL);
|
opt = getopt_long_only(argc, argv, "c:a:p:t:n:d:", long_options, NULL);
|
||||||
if (opt == -1) {
|
if (opt == -1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user