xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

Don't use a timeout when executing dhclient #62

Closed robhoes closed 8 years ago

robhoes commented 8 years ago

Dhclient has a built-in timeout of its own, after which is backgrounds itself and unblocks the caller. We don't want dhclient to get killed by networkd after some arbitrary timeout.

Signed-off-by: Rob Hoes rob.hoes@citrix.com

johnelse commented 8 years ago

Looks good!