From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Bianconi Subject: [PATCH iproute 0/2] introduce IFLA_INET6_STATS attribute parsing Date: Wed, 10 Oct 2018 17:00:56 +0200 Message-ID: Cc: netdev@vger.kernel.org To: stephen@networkplumber.org Return-path: Received: from mail-wr1-f43.google.com ([209.85.221.43]:33549 "EHLO mail-wr1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726663AbeJJWXv (ORCPT ); Wed, 10 Oct 2018 18:23:51 -0400 Received: by mail-wr1-f43.google.com with SMTP id e4-v6so6149385wrs.0 for ; Wed, 10 Oct 2018 08:01:16 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Add IFLA_INET6_STATS netlink attribute parsing in order to fix an issue triggered dumping device statistics. Introduce snmp header as helper to walks through attribute subfields Lorenzo Bianconi (2): uapi: add snmp header file utils: fix get_rtnl_link_stats_rta stats parsing include/uapi/linux/snmp.h | 323 ++++++++++++++++++++++++++++++++++++++ lib/utils.c | 27 ++++ 2 files changed, 350 insertions(+) create mode 100644 include/uapi/linux/snmp.h -- 2.17.1