summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/tables.c
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-07-30 15:01:32 +0000
committermelifaro <melifaro@FreeBSD.org>2014-07-30 15:01:32 +0000
commit41bd5f650b243657d888fc99b8513f548a4eda5c (patch)
tree7f379cfed1ad6d2992f4db500040f7e8b6ecbfc9 /sbin/ipfw/tables.c
parent4419c812fe0038036e569006b6f17f4558ec53dc (diff)
downloadFreeBSD-src-41bd5f650b243657d888fc99b8513f548a4eda5c.zip
FreeBSD-src-41bd5f650b243657d888fc99b8513f548a4eda5c.tar.gz
Improve "ipfw talist" readability.
Diffstat (limited to 'sbin/ipfw/tables.c')
-rw-r--r--sbin/ipfw/tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/tables.c b/sbin/ipfw/tables.c
index 1cebc76..ca01c1a 100644
--- a/sbin/ipfw/tables.c
+++ b/sbin/ipfw/tables.c
@@ -956,9 +956,9 @@ ipfw_list_ta(int ac, char *av[])
for (i = 0; i < olh->count; i++) {
if ((atype = match_value(tabletypes, info->type)) == NULL)
atype = "unknown";
+ printf("--- %s ---\n", info->algoname);
+ printf(" type: %s\n refcount: %u\n", atype, info->refcnt);
- printf("%s type: %s references: %u\n", info->algoname,
- atype, info->refcnt);
info = (ipfw_ta_info *)((caddr_t)info + olh->objsize);
}
OpenPOWER on IntegriCloud