aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-11-02 05:34:54 +0000
committerCy Schubert <cy@FreeBSD.org>2025-10-02 19:03:35 +0000
commitf3ff6abb9d816a68e65af5ed55552d152a58b5e4 (patch)
tree0b39f27676f166eb2ecf97d6613e53f41d4fd62a /sbin
parent94758e72fdbd6b218e79884e22347eb357a7e51d (diff)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/libipf/printhashdata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/libipf/printhashdata.c b/sbin/ipf/libipf/printhashdata.c
index 690243d63f1e..ba96a75a94d7 100644
--- a/sbin/ipf/libipf/printhashdata.c
+++ b/sbin/ipf/libipf/printhashdata.c
@@ -37,6 +37,8 @@ printhashdata(iphtable_t *hp, int opts)
}
PRINTF(" role=");
} else {
+ if ((hp->iph_flags & IPHASH_DELETE) == IPHASH_DELETE)
+ PRINTF("# ");
PRINTF("Hash Table %s: %s",
ISDIGIT(*hp->iph_name) ? "Number" : "Name",
hp->iph_name);