[CRIU] [PATCH 6/7] vz: Remove veths callback

Pavel Emelyanov xemul at parallels.com
Thu Oct 22 05:46:17 PDT 2015


It is only required for those calling criu_restore()

Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
 phaul/p_haul_vz.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/phaul/p_haul_vz.py b/phaul/p_haul_vz.py
index 7148663..f809464 100644
--- a/phaul/p_haul_vz.py
+++ b/phaul/p_haul_vz.py
@@ -243,13 +243,6 @@ class p_haul_type:
 	def can_migrate_tcp(self):
 		return True
 
-	def veths(self):
-		#
-		# Caller wants to see list of tuples with [0] being name
-		# in CT and [1] being name on host. Just return existing
-		# tuples, the [2] with bridge name wouldn't hurt
-		#
-		return self._veths
 
 def parse_vz_config(body):
 	"""Parse shell-like virtuozzo config file"""
-- 
1.9.3




More information about the CRIU mailing list