mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fix bug 12908 - Correct getipstat pcount
This commit is contained in:
committed by
Peter Müller
parent
149d8e83e5
commit
85bfecc0ba
@@ -29,7 +29,7 @@ int main(int argc, char** argv)
|
||||
// argument.
|
||||
char *args[] = {"--list", "--verbose", "--numeric", "--wait", "5", NULL, NULL, NULL, NULL};
|
||||
char *usage = "getipstat [-x][-f|-n|-m]";
|
||||
unsigned int pcount = 6;
|
||||
unsigned int pcount = 5;
|
||||
unsigned int table_set = 0;
|
||||
|
||||
int opt;
|
||||
|
||||
Reference in New Issue
Block a user