Re: [libvirt] [PATCH 3/4] parallels: Switch on DHCP for newly created network adapters

2015-06-17 Thread Laine Stump
On 06/17/2015 08:35 AM, Mikhail Feoktistov wrote: Let network adapter use DHCP server to get network configuration. To do this we use PrlVmDevNet_SetConfigureWithDhcp to enable it and PrlVmDevNet_SetAutoApply to makes necessary settings within guest OS In linux case it creates network startup

[libvirt] [PATCH 3/4] parallels: Switch on DHCP for newly created network adapters

2015-06-17 Thread Mikhail Feoktistov
Let network adapter use DHCP server to get network configuration. To do this we use PrlVmDevNet_SetConfigureWithDhcp to enable it and PrlVmDevNet_SetAutoApply to makes necessary settings within guest OS In linux case it creates network startup scripts /etc/sysconfig/network-scripts/ifcfg-ethN and

Re: [libvirt] [PATCH 3/4] parallels: Switch on DHCP for newly created network adapters

2015-06-17 Thread Maxim Nestratov
17.06.2015 16:38, Laine Stump пишет: On 06/17/2015 08:35 AM, Mikhail Feoktistov wrote: Let network adapter use DHCP server to get network configuration. To do this we use PrlVmDevNet_SetConfigureWithDhcp to enable it and PrlVmDevNet_SetAutoApply to makes necessary settings within guest OS In

[libvirt] [PATCH 3/4] parallels: Switch on DHCP for newly created network adapters

2015-06-15 Thread Mikhail Feoktistov
Let network adapter use DHCP server to get network configuration. To do this we use PrlVmDevNet_SetConfigureWithDhcp to enable it and PrlVmDevNet_SetAutoApply to makes necessary settings within guest OS In linux case it creates network startup scripts /etc/sysconfig/network-scripts/ifcfg-ethN and