diff options
| author | Roy Marples <roy@marples.name> | 2009-04-18 21:43:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-18 21:43:23 +0000 |
| commit | ff021b0b5dc1b9060b45e0451d02f1bf58cc75fc (patch) | |
| tree | 31b5d125a355b438139fd26364582a9508cdc61a /if-options.h | |
| parent | 623330decced8f8eeb1868a57ae687d40c39dad1 (diff) | |
| download | dhcpcd-ff021b0b5dc1b9060b45e0451d02f1bf58cc75fc.tar.xz | |
Add an option to fallback to a profile when DHCP fails.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/if-options.h b/if-options.h index c6fcf882..8fa122ab 100644 --- a/if-options.h +++ b/if-options.h @@ -102,6 +102,7 @@ struct if_options { in_addr_t *blacklist; size_t arping_len; in_addr_t *arping; + char *fallback; }; struct if_options *read_config(const char *, |
