From: Ted Lemon Date: Thu, 6 Mar 1997 19:28:35 +0000 (+0000) Subject: Add ABANDONED_LEASE flag X-Git-Tag: DHCP-970328~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b45fb684f16ac9287f3edea78c195f8a8cf52e;p=thirdparty%2Fdhcp.git Add ABANDONED_LEASE flag --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 678218e61..3d0083187 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -119,6 +119,7 @@ struct lease { # define PERSISTENT_FLAGS (DYNAMIC_BOOTP_OK) # define EPHEMERAL_FLAGS (BOOTP_LEASE) # define MS_NULL_TERMINATION 8 +# define ABANDONED_LEASE 16 struct lease_state *state; };