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

2015-06-01 Thread Lubomir Rintel
On Thu, 2015-04-16 at 17:23 +0200, Michal Privoznik wrote: On 14.04.2015 18:21, Lubomir Rintel wrote: 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

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

2015-04-16 Thread Michal Privoznik
On 14.04.2015 18:21, Lubomir Rintel wrote: 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.

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

2015-04-14 Thread Lubomir Rintel
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. --- src/util/virnetdev.c | 31