]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: Convert GETMDB dumps to use rtnl_mdbdump_req
authorDavid Ahern <dsahern@gmail.com>
Sat, 29 Sep 2018 17:44:18 +0000 (10:44 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 01:38:31 +0000 (18:38 -0700)
commit9dbe6df411e58bbbd17f13e17a80fc3adb912318
treea92bbf384aa9fb6f1eec3a5cfbb2f7f99c58dfce
parent393600231aac32a4e05a4c4c25b0d5b3d0acd17c
libnetlink: Convert GETMDB dumps to use rtnl_mdbdump_req

Add rtnl_mdbdump_req for mdb dumps using the proper br_port_msg as
the header. Convert existing RTM_GETMDB dumps to use it.

Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/mdb.c
include/libnetlink.h
lib/libnetlink.c