[libvirt] [PATCH] Add support for forcing a private network namespace for LXC guests

2012-03-15 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If no interface elements are included in an LXC guest XML description, then the LXC guest will just see the host's network interfaces. It is desirable to be able to hide the host interfaces, without having to define any guest interfaces. This patch

[libvirt] [PATCH] Add support for forcing a private network namespace for LXC guests

2012-01-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If no interface elements are included in an LXC guest XML description, then the LXC guest will just see the host's network interfaces. It is desirable to be able to hide the host interfaces, without having to define any guest interfaces. This patch

Re: [libvirt] [PATCH] Add support for forcing a private network namespace for LXC guests

2012-01-25 Thread Eric Blake
On 01/25/2012 07:35 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com If no interface elements are included in an LXC guest XML description, then the LXC guest will just see the host's network interfaces. It is desirable to be able to hide the host interfaces,