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.
Showing
src/util/virnetdevvlan.c
0 → 100644
src/util/virnetdevvlan.h
0 → 100644
想要评论请 注册 或 登录