commit | 841891ec0c65d9ec81b3c56975d61ecc5b6ca365 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun Oct 07 20:16:32 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 08 10:39:04 2018 -0700 |
tree | 5797b675de9c4d59318eabb2cf81f854aa6791bd | |
parent | 2d011be8c07b50e8b3699d06ee11af5f5914b09a [diff] |
rtnetlink: Update rtnl_stats_dump for strict data checking Update rtnl_stats_dump for strict data checking. If the flag is set, the dump request is expected to have an if_stats_msg struct as the header. All elements of the struct are expected to be 0 except filter_mask which must be non-0 (legacy behavior). No attributes are supported. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>