Commit 59c95839 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

images: netdev -- Adjust venet comment

venet is not virtuozzo specific but rather
came from openvz, make it so.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 625552f0
......@@ -16,10 +16,7 @@ enum nd_type {
* by the setup-namespaces script.
*/
EXTLINK = 4;
/*
* Virtuozzo specific device.
*/
VENET = 5;
VENET = 5; /* OpenVZ device */
BRIDGE = 6;
MACVLAN = 7;
}
......
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