2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

- dhclient will now fork() into the background once it binds to an

IPv6 address, or immediately if the -n flag is supplised.
  [ISC-Bugs #16872]

- -q is now the default behaviour on dhclient, with -d or -v enabling
  non-quiet (stderr logging) mode.  [ISC-Bugs #16872]
This commit is contained in:
David Hankins
2007-05-18 18:45:51 +00:00
parent 4ba5891941
commit 8ea19a715c
5 changed files with 49 additions and 15 deletions

View File

@@ -2314,6 +2314,8 @@ char *piaddrmask(struct iaddr *, struct iaddr *);
char *piaddrcidr(const struct iaddr *, unsigned int);
/* dhclient.c */
extern int nowait;
extern const char *path_dhclient_conf;
extern const char *path_dhclient_db;
extern const char *path_dhclient_pid;