From fd8859d14203ee0a26fc0ccad31dcda323cfbe31 Mon Sep 17 00:00:00 2001 From: claudio Date: Mon, 18 May 2026 09:22:09 +0000 Subject: [PATCH] Add filter_size to the total memory use for "Sets and filters" OK tb@ --- usr.sbin/bgpctl/output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpctl/output.c b/usr.sbin/bgpctl/output.c index 81df1426ecd..2adeb71c308 100644 --- a/usr.sbin/bgpctl/output.c +++ b/usr.sbin/bgpctl/output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: output.c,v 1.75 2026/05/13 15:51:49 claudio Exp $ */ +/* $OpenBSD: output.c,v 1.76 2026/05/18 09:22:09 claudio Exp $ */ /* * Copyright (c) 2003 Henning Brauer @@ -1147,7 +1147,7 @@ show_rib_mem(struct rde_memstats *stats) stats->attr_data + stats->bitmap_size + stats->hash_size)); printf("Sets and filters using %s of memory\n", fmt_mem(stats->aset_size + stats->pset_size + stats->aspa_size + - stats->filter_set_size)); + stats->filter_size + stats->filter_set_size)); printf("\nRDE queue statistics\n"); printf("%10lld messages queued holding %s of data\n",