]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpcli: summary of statistics is done on provided ports only
authorVincent Bernat <bernat@luffy.cx>
Mon, 6 May 2013 19:41:02 +0000 (21:41 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 6 May 2013 19:41:02 +0000 (21:41 +0200)
src/client/display.c

index 805fc01cfa6b4087818d6a74600539b635ca99d2..4a29435a716f2a98efd9e6243fe9aada8bdad4a5 100644 (file)
@@ -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",