mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
pfctl: correctly print skip steps in -vv mode
- Changed order of address and ports. Obtained from: OpenBSD, mcbride <mcbride@openbsd.org>, 0bcfb1e086 Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D46926
This commit is contained in:
parent
8de7f8ed5e
commit
ee9f418c80
@ -1038,7 +1038,7 @@ pfctl_print_rule_counters(struct pfctl_rule *rule, int opts)
|
||||
{
|
||||
if (opts & PF_OPT_DEBUG) {
|
||||
const char *t[PF_SKIP_COUNT] = { "i", "d", "f",
|
||||
"p", "sa", "sp", "da", "dp" };
|
||||
"p", "sa", "da", "sp", "dp" };
|
||||
int i;
|
||||
|
||||
printf(" [ Skip steps: ");
|
||||
|
Loading…
Reference in New Issue
Block a user