diff --git a/lib/libnetlink.c b/lib/libnetlink.c index 98cb9d94..110f47bc 100644 --- a/lib/libnetlink.c +++ b/lib/libnetlink.c @@ -449,7 +449,7 @@ int rtnl_linkdump_req(struct rtnl_handle *rth, int family) int rtnl_linkdump_req_filter(struct rtnl_handle *rth, int family, __u32 filt_mask) { - if (family == AF_UNSPEC) { + if (family == AF_UNSPEC || family == AF_BRIDGE) { struct { struct nlmsghdr nlh; struct ifinfomsg ifm;