Commit c96a27f7 by Thomas Parrott

network: Adds veth vlan_id, vlan_id_set and vlan_tagged_ids

parent 2abd5206
......@@ -79,6 +79,9 @@ struct ifla_veth {
struct lxc_list ipv4_routes;
struct lxc_list ipv6_routes;
int mode; /* bridge, router */
short vlan_id;
bool vlan_id_set;
struct lxc_list vlan_tagged_ids;
};
struct ifla_vlan {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment