commit | 3f0ae05d6fea0ed5b19efdbc9c9f8e02685a3af3 | [log] [tgz] |
---|---|---|
author | Zhang Shengju <zhangshengju@cmss.chinamobile.com> | Sat Nov 19 23:28:32 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 19 22:14:30 2016 -0500 |
tree | 65e524a6741b5b70644959f7249b39b63aff7e30 | |
parent | 32c231164b762dddefa13af5a0101032c70b50ef [diff] |
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>