SHA256
1
0
forked from pool/dhcp

- improved error message

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=157
This commit is contained in:
Marius Tomaschewski 2015-09-14 17:34:05 +00:00 committed by Git OBS Bridge
parent 7aa1b98105
commit a78a9d55b7

View File

@ -33,7 +33,7 @@ index b438629..82d6ed5 100644
}
- script_go(ip->client);
+ if (script_go(ip->client)) {
+ log_info("%s: unable to request interface %s",
+ log_info("%s: unable to pre-init requested interface %s",
+ path_dhclient_script, ip->name);
+ ip->flags &= ~(INTERFACE_REQUESTED|INTERFACE_AUTOMATIC);
+ failed++;