]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: add virNetDevVlanType
authorLaine Stump <laine@laine.org>
Sat, 11 Aug 2012 17:44:27 +0000 (13:44 -0400)
committerLaine Stump <laine@laine.org>
Wed, 15 Aug 2012 17:10:57 +0000 (13:10 -0400)
commitcfbdd005e9ce58894eb21577d5b99ef5a3dfb672
treedc7bd883eaa9666dc52c2dc424b7657b0b350df3
parente4a199a1af85e075a62e2574ceca656356990a9a
util: add virNetDevVlanType

To allow for the possibility of vlan "trunks", which have more than
one vlan tag associated with them, we need a vlan struct. Since it
will be used by multiple files in src/util, src/conf, src/network, and
src/qemu, it must be defined in src/util. Unfortunately there isn't
currently a common file for simple netdev data definitions, so I
created a new file.
src/Makefile.am
src/libvirt_private.syms
src/util/virnetdevvlan.c [new file with mode: 0644]
src/util/virnetdevvlan.h [new file with mode: 0644]