On Tue, 1 Aug 2017 17:46:09 +0200
Casey Callendrello <[email protected]> wrote:
> When ip netns {add|delete} is first run, it bind-mounts /var/run/netns
> on top of itself, then marks it as shared. However, if there are already
> bind-mounts in the directory from other tools, these would not be
> propagated. Fix this by recursively bind-mounting.
>
> Signed-off-by: Casey Callendrello <[email protected]>
> ---
> ip/ipnetns.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Looks good, but I want a review by Eric to make sure this doesn't break other
things.