]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add ABANDONED_LEASE flag
authorTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:28:35 +0000 (19:28 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:28:35 +0000 (19:28 +0000)
includes/dhcpd.h

index 678218e615a5ba0453baf71e183916bb0da6e5d2..3d00831875178f0d17d42731613d52ce12c13319 100644 (file)
@@ -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;
 };