
On 05.09.2016 19:39, Maxim Nestratov wrote:
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 {
ACK, by the way I would move removing "Bridged" to previous commit