]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: linkdump_req is done for AF_BRIDGE as well
authorDavid Ahern <dsahern@gmail.com>
Mon, 7 Jan 2019 00:17:13 +0000 (16:17 -0800)
committerDavid Ahern <dsahern@gmail.com>
Mon, 7 Jan 2019 16:36:58 +0000 (08:36 -0800)
commit97b44d571df3cff9b828fab5811f1ce0b8504fde
treebaad8b0da5f025fe79efcf0ef81380b601288695
parentdfa2c3787ff7e1509739561a7c13e585a6db2f9b
libnetlink: linkdump_req is done for AF_BRIDGE as well

The bridge command 'vlan show' calls rtnl_linkdump_req_filter for
family AF_BRIDGE. Update rtnl_linkdump_req_filter to send the filter
for that family as well.

Fixes: d97b16b2c906 ("libnetlink: linkdump_req: Only AF_UNSPEC family expects an ext_filter_mask")
Reported-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Tested-by: Ido Schimmel <idosch@mellanox.com>
lib/libnetlink.c