Re: [lxc-devel] [PATCH] lxc-ls: Rewrite nesting code to use the attach API

2013-10-24 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/lxc-ls | 32 +++- > 1 file changed, 19 insertions(+), 13 deletions(-) > > diff --git a/src/lxc/lxc-ls b/src/lxc/lxc-ls > index cc0a1e7..9d45400

[lxc-devel] [PATCH] lxc-ls: Rewrite nesting code to use the attach API

2013-10-24 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- src/lxc/lxc-ls | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/lxc/lxc-ls b/src/lxc/lxc-ls index cc0a1e7..9d45400 100644 --- a/src/lxc/lxc-ls +++ b/src/lxc/lxc-ls @@ -35,7 +35,7 @@ import json import lx