diff options
| author | Roy Marples <roy@marples.name> | 2008-09-16 13:17:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-16 13:17:23 +0000 |
| commit | 2662d5195f4c8200be223bad3656903e3db16548 (patch) | |
| tree | 7451fcefe8f52deca347052fca4bf2a71b5feef4 /if-options.h | |
| parent | 9c7d387680c41b35e99a0509dd58c2b8fd38c896 (diff) | |
| download | dhcpcd-2662d5195f4c8200be223bad3656903e3db16548.tar.xz | |
Allow the release keyword in dhcpcd.conf to release the lease on shutdown.
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 62f65da3..8d39a31d 100644 --- a/if-options.h +++ b/if-options.h @@ -50,6 +50,7 @@ #define VENDOR_MAX_LEN 255 #define DHCPCD_ARP (1 << 0) +#define DHCPCD_RELEASE (1 << 1) #define DHCPCD_DOMAIN (1 << 2) #define DHCPCD_GATEWAY (1 << 3) #define DHCPCD_LASTLEASE (1 << 7) |
