lldpd (0.7.3)
* Features:
+ DragonFly BSD support.
+ + Provide global statistics through "show statistics summary"
+ command (thanks to Roopa Prabhu).
* Fixes:
+ Fix IPv4/IPv6 address discovery in Linux.
}
if (summary) {
- tag_start(w, "sum", "Sum of stats over all interfaces");
+ tag_start(w, "summary", "Summary of stats over all interfaces");
display_stat(w, "tx", "Transmitted", h_tx_cnt);
display_stat(w, "rx", "Received", h_rx_cnt);
display_stat(w, "rx_discarded_cnt", "Discarded",
{
log_debug("lldpctl", "show stats data");
if (cmdenv_get(env, "ports"))
- log_debug("lldpctl", "*restrict to the following ports: %s",
+ log_debug("lldpctl", "restrict to the following ports: %s",
cmdenv_get(env, "ports"));
if (cmdenv_get(env, "summary"))
- log_debug("lldpctl", "show sum of stats accross ports ",
+ log_debug("lldpctl", "show summary of stats accross ports ",
cmdenv_get(env, "summary"));
display_interfaces_stats(conn, w, env);