mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 00:05:30 +00:00
Pass packet into release_lease() if available.
This commit is contained in:
@@ -1797,7 +1797,7 @@ int subnet_inner_than PROTO ((struct subnet *, struct subnet *, int));
|
|||||||
void enter_subnet PROTO ((struct subnet *));
|
void enter_subnet PROTO ((struct subnet *));
|
||||||
void enter_lease PROTO ((struct lease *));
|
void enter_lease PROTO ((struct lease *));
|
||||||
int supersede_lease PROTO ((struct lease *, struct lease *, int));
|
int supersede_lease PROTO ((struct lease *, struct lease *, int));
|
||||||
void release_lease PROTO ((struct lease *));
|
void release_lease PROTO ((struct lease *, struct packet *));
|
||||||
void abandon_lease PROTO ((struct lease *, char *));
|
void abandon_lease PROTO ((struct lease *, char *));
|
||||||
void dissociate_lease PROTO ((struct lease *));
|
void dissociate_lease PROTO ((struct lease *));
|
||||||
struct lease *find_lease_by_uid PROTO ((unsigned char *, int));
|
struct lease *find_lease_by_uid PROTO ((unsigned char *, int));
|
||||||
|
Reference in New Issue
Block a user