Searched hist:"3 f0ae05d6fea0ed5b19efdbc9c9f8e02685a3af3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 3f0ae05d6fea0ed5b19efdbc9c9f8e02685a3af3 Sat Nov 19 09:28:32 CST 2016 Zhang Shengju <zhangshengju@cmss.chinamobile.com> rtnl: fix the loop index update error in rtnl_dump_ifinfo()
If the link is filtered out, loop index should also be updated. If not, loop index will not be correct.
Fixes: dc599f76c22b0 ("net: Add support for filtering link dump by master device and kind") Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com> Acked-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|