Re: [libvirt] [PATCH 2/3] vz: remove Bridged network name and rename Routed

2016-09-07 Thread Nikolay Shirokovskiy


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) 700)
>  
>  struct _vzCapabilities {
> 

ACK, by the way I would move removing "Bridged" to previous commit

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH 2/3] vz: remove Bridged network name and rename Routed

2016-09-05 Thread Maxim Nestratov
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) 700)
 
 struct _vzCapabilities {
-- 
2.4.11

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list