From d947819daaaaef7372c4e5d7662a21fcb402980e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 6 May 2013 21:41:02 +0200 Subject: [PATCH] lldpcli: summary of statistics is done on provided ports only --- src/client/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/display.c b/src/client/display.c index 805fc01c..4a29435a 100644 --- a/src/client/display.c +++ b/src/client/display.c @@ -667,7 +667,7 @@ display_interfaces_stats(lldpctl_conn_t *conn, struct writer *w, } if (summary) { - tag_start(w, "summary", "Summary of stats over all interfaces"); + tag_start(w, "summary", "Summary of stats"); display_stat(w, "tx", "Transmitted", h_tx_cnt); display_stat(w, "rx", "Received", h_rx_cnt); display_stat(w, "rx_discarded_cnt", "Discarded", -- 2.39.5