[libvirt] [PATCH] lxc: move wireless PHYs to a network namespace

2015-04-16 Thread Michal Privoznik
From: Lubomir Rintel lkund...@v3.sk The 802.11 interfaces can not be moved by themselves, their Phy has to move too. If there are other interfaces, they have to move too -- hopefully it's not too confusing. This is a less-invasive alternative to defining a new hostdev type for PHYs.

Re: [libvirt] [PATCH] lxc: move wireless PHYs to a network namespace

2015-04-16 Thread Daniel P. Berrange
On Thu, Apr 16, 2015 at 05:22:55PM +0200, Michal Privoznik wrote: From: Lubomir Rintel lkund...@v3.sk The 802.11 interfaces can not be moved by themselves, their Phy has to move too. If there are other interfaces, they have to move too -- hopefully it's not too confusing. This is a