diff options
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 |
