vz: remove Bridged network name and rename Routed

It's funny, but Routed network name was incorrect. We should use
host-routed instead.
This commit is contained in:
Maxim Nestratov 2016-09-05 19:39:32 +03:00
parent 0e094a4495
commit 29594f2675

View 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 {