]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: move wireless PHYs to a network namespace
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 14 Apr 2015 16:21:44 +0000 (18:21 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Apr 2015 07:53:47 +0000 (09:53 +0200)
commit3a495948b97770b026afab1ccaac560a9669a36e
treed83f5c2c101d97f92521f5acd60be6bd227bba7f
parent6dfec1efba8f17faa7f8e52291198739099d5aa4
lxc: move wireless PHYs to a network namespace

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.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdev.c