diff options
| author | Michael Brown | 2006-07-20 05:02:34 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-07-20 05:02:34 +0200 |
| commit | 7ca8bcd98c2cfb1f685ed80a9ba803062db1f603 (patch) | |
| tree | c26131262079769a4c1728f5b206141150a1cd7b /src/include | |
| parent | Switch default stack to Nikhil's TCP/IP stack (diff) | |
| download | ipxe-7ca8bcd98c2cfb1f685ed80a9ba803062db1f603.tar.gz ipxe-7ca8bcd98c2cfb1f685ed80a9ba803062db1f603.tar.xz ipxe-7ca8bcd98c2cfb1f685ed80a9ba803062db1f603.zip | |
Print out the lease time, just to show how easy it is.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 115ce2be1..51fd8195e 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -74,6 +74,9 @@ /** Requested IP address */ #define DHCP_REQUESTED_ADDRESS 50 +/** Lease time */ +#define DHCP_LEASE_TIME 51 + /** Option overloading * * The value of this option is the bitwise-OR of zero or more |
