commit | 893626d6a353d1356528f94e081246ecf233d77a | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Sep 28 12:28:41 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 01 23:22:04 2018 -0700 |
tree | 821ff67bbcd539aa5dbe7b97066a625dbf5ef95f | |
parent | 7f6d6558ae44bc193eb28df3617c364d3bb6df39 [diff] |
rtnetlink: Fail dump if target netnsid is invalid Link dumps can return results from a target namespace. If the namespace id is invalid, then the dump request should fail if get_target_net fails rather than continuing with a dump of the current namespace. Fixes: 79e1ad148c844 ("rtnetlink: use netnsid to query interface") Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>