• L
    util: add virNetDevVlanType · cfbdd005
    Laine Stump 提交于
    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.
    cfbdd005
Makefile.am 55.6 KB