diff options
| author | Roy Marples <roy@marples.name> | 2009-03-20 10:21:12 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-20 10:21:12 +0000 |
| commit | 373e6ce084d5a03c07ddf11ddfc380b4da34fb1b (patch) | |
| tree | a2b2cf32fe41556c73b70cf7838424e33e0c0427 /if-options.h | |
| parent | 263e8fdd42025e4c1f3bafbad5fdc85d71eb832c (diff) | |
| download | dhcpcd-373e6ce084d5a03c07ddf11ddfc380b4da34fb1b.tar.xz | |
Add an option to reconfigure dhcpcd without rebinding.
This is primarily for interaction with 3rd party link management, such as PPP.
More work on #159.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/if-options.h b/if-options.h index 39c390f3..64c8bdea 100644 --- a/if-options.h +++ b/if-options.h @@ -37,7 +37,7 @@ /* Don't set any optional arguments here so we retain POSIX * compatibility with getopt */ -#define IF_OPTS "bc:df:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLO:Q:TVX:Z:" +#define IF_OPTS "bc:def:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLN:O:Q:TVX:Z:" #define DEFAULT_TIMEOUT 30 #define DEFAULT_REBOOT 10 |
