]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Merge branch 'hdrs-for-dump-req' into iproute2-next
authorDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:40:37 +0000 (18:40 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:41:52 +0000 (18:41 -0700)
David Ahern says:

====================

iproute2 currently uses ifinfomsg as the header for all dumps using the
wilddump headers. This is wrong as each message type actually has its own
header type. While the kernel has traditionally let it go as it for the
most part only uses the family entry, the use of kernel side filters is
increasing to alter what is returned on a request. The kernel side filters
really need to use the proper header type.

To that end, fix iproute2 to use the proper header struct for the GET type.

====================

Signed-off-by: David Ahern <dsahern@gmail.com>

Trivial merge