mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
Add ABANDONED_LEASE flag
This commit is contained in:
@@ -119,6 +119,7 @@ struct lease {
|
|||||||
# define PERSISTENT_FLAGS (DYNAMIC_BOOTP_OK)
|
# define PERSISTENT_FLAGS (DYNAMIC_BOOTP_OK)
|
||||||
# define EPHEMERAL_FLAGS (BOOTP_LEASE)
|
# define EPHEMERAL_FLAGS (BOOTP_LEASE)
|
||||||
# define MS_NULL_TERMINATION 8
|
# define MS_NULL_TERMINATION 8
|
||||||
|
# define ABANDONED_LEASE 16
|
||||||
|
|
||||||
struct lease_state *state;
|
struct lease_state *state;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user