2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add ABANDONED_LEASE flag

This commit is contained in:
Ted Lemon
1997-03-06 19:28:35 +00:00
parent b0f9708dd0
commit 14b45fb684

View 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;
};