From 7ca8bcd98c2cfb1f685ed80a9ba803062db1f603 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 20 Jul 2006 03:02:34 +0000 Subject: Print out the lease time, just to show how easy it is. --- src/include/gpxe/dhcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.3-55-g7522