mirror of https://gitee.com/openkylin/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.
This commit is contained in:
parent
0e094a4495
commit
29594f2675
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue