commit | 20c08b362f4b0c41103fe9d75c61ca348d021441 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@yasker.org> | Wed Jan 13 17:26:13 2016 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Jan 20 01:38:38 2016 -0800 |
tree | 33ad8360a59321dbaf9a0b7d4e69f96d83644468 | |
parent | 21aaa23b0ebbd19334fa461370c03cbb076b3295 [diff] |
target/user: Make sure netlink would reach all network namespaces The current code only allow netlink to reach the initial network namespace, which caused trouble for any client running inside container. This patch would make sure TCMU netlink would work for all network namespaces. Signed-off-by: Sheng Yang <sheng@yasker.org> Acked-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>