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 { ...@@ -16,10 +16,7 @@ enum nd_type {
* by the setup-namespaces script. * by the setup-namespaces script.
*/ */
EXTLINK = 4; EXTLINK = 4;
/* VENET = 5; /* OpenVZ device */
* Virtuozzo specific device.
*/
VENET = 5;
BRIDGE = 6; BRIDGE = 6;
MACVLAN = 7; 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