From: Maxim Nestratov Date: Mon, 5 Sep 2016 16:39:32 +0000 (+0300) Subject: vz: remove Bridged network name and rename Routed X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=29594f267598c6be82d3a15244abb988efb7f55e;p=libvirt.git vz: remove Bridged network name and rename Routed It's funny, but Routed network name was incorrect. We should use host-routed instead. --- diff --git a/src/vz/vz_utils.h b/src/vz/vz_utils.h index 4b407ec544..9e02fe0969 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 {