]> xenbits.xensource.com Git - libvirt.git/commitdiff
vz: remove Bridged network name and rename Routed
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Mon, 5 Sep 2016 16:39:32 +0000 (19:39 +0300)
committerMaxim Nestratov <mnestratov@virtuozzo.com>
Thu, 27 Oct 2016 14:25:50 +0000 (17:25 +0300)
It's funny, but Routed network name was incorrect. We should use
host-routed instead.

src/vz/vz_utils.h

index 4b407ec5447c21d9dd45c7c5f152a5f011d407aa..9e02fe09698001996102014554bfb46d0409612f 100644 (file)
@@ -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 {