[libvirt] [PATCH 0/2] bugfix: support dhcp network interfaces

Eric Blake eblake at redhat.com
Tue Sep 9 20:31:35 UTC 2014


On 09/09/2014 12:50 PM, Gene Czarcinski wrote:
> 
> Support for a network such as -N dhcp,source=default was not working
> in that dhclient was not being started.  Although I am not sure what
> the real problem is, the solution is to use g_spawn_sync() instead of
> g_spawn_async() to start /sbin/dhclient.
> 
> The second patch addes "-v" to the dhclient arguments to improve debugging
> info.  The dhclient into will be in /var/log/messages the Secure Contrainer
> host system and not in the container itself.
> 
> Gene Czarcinski (2):
>   for dhclient use g_spawn_sync instead of g_spawn_async
>   add -v to dhclient parameter arguments
> 
>  libvirt-sandbox/libvirt-sandbox-init-common.c | 8 +++-----

Given the file you are patching, it might help to do:

git config format.subjectprefix 'sandbox PATCH'

so that it is obvious this is a different repo than the normal libvirt.git.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140909/b5cd287c/attachment-0001.sig>


More information about the libvir-list mailing list