]> git.proxmox.com Git - mirror_iproute2.git/commit
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)
commit169e667c933cb85474d8d693aa81a8f1c7e0142e
treef2767a100662c890c886dbf9338e80eabdef142e
parent5ac138324e31c75edc65c69cedcf699fb624c113
parent56eeeda9782193ed5abd6b29383b3c746d88a988
Merge branch 'hdrs-for-dump-req' into iproute2-next

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>