We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94758e7 commit f3ff6abCopy full SHA for f3ff6ab
sbin/ipf/libipf/printhashdata.c
@@ -37,6 +37,8 @@ printhashdata(iphtable_t *hp, int opts)
37
}
38
PRINTF(" role=");
39
} else {
40
+ if ((hp->iph_flags & IPHASH_DELETE) == IPHASH_DELETE)
41
+ PRINTF("# ");
42
PRINTF("Hash Table %s: %s",
43
ISDIGIT(*hp->iph_name) ? "Number" : "Name",
44
hp->iph_name);
0 commit comments