Merge branch 'iproute2-master' into iproute2-next

Signed-off-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
David Ahern 2018-01-29 08:24:57 -08:00
commit 1e24e773f1
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
static const char SNAPSHOT[] = "171113";
static const char SNAPSHOT[] = "180129";

View File

@ -598,7 +598,7 @@ static void print_link_stats64(FILE *fp, const struct rtnl_link_stats64 *s,
const struct rtattr *carrier_changes)
{
if (is_json_context()) {
open_json_object("stats644");
open_json_object("stats64");
/* RX stats */
open_json_object("rx");

View File

@ -846,7 +846,7 @@ void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtat
print_string(PRINT_FP, NULL, "backlog %s",
sprint_size(q.backlog, b1));
print_uint(PRINT_ANY, "qlen", " %up", q.qlen);
print_uint(PRINT_ANY, "requeues", " requeues %u", q.qlen);
print_uint(PRINT_FP, NULL, " requeues %u", q.requeues);
}
if (xstats)