[CRIU] [PATCH 1/6 v2] images: netdev -- Adjust venet comment
Cyrill Gorcunov
gorcunov at gmail.com
Fri Mar 17 08:41:01 PDT 2017
venet is not virtuozzo specific but rather
came from openvz, make it so.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
images/netdev.proto | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/images/netdev.proto b/images/netdev.proto
index 2f2f3d132864..d3fde30b78e1 100644
--- a/images/netdev.proto
+++ b/images/netdev.proto
@@ -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;
}
--
2.7.4
More information about the CRIU
mailing list