Monday, 5 September
2016
Mon, 5 Sep
'16
11:39 a.m.
It's funny, but Routed network name was incorrect. We should use
host-routed instead.
---
src/vz/vz_utils.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/vz/vz_utils.h b/src/vz/vz_utils.h
index 4b407ec..9e02fe0 100644
--- a/src/vz/vz_utils.h
+++ b/src/vz/vz_utils.h
@@ -47,8 +47,7 @@
_("no domain with matching uuid '%s'"),
uuidstr); \
} while (0)
-# define PARALLELS_DOMAIN_ROUTED_NETWORK_NAME "Routed"
-# define PARALLELS_DOMAIN_BRIDGED_NETWORK_NAME "Bridged"
+# define PARALLELS_DOMAIN_ROUTED_NETWORK_NAME "host-routed"
# define VIRTUOZZO_VER_7 ((unsigned long) 7000000)
struct _vzCapabilities {
--
2.4.11