mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-28 12:57:42 +00:00
Add support for ON_TRANSMISSION flag.
This commit is contained in:
parent
625f7cee54
commit
be80b1a62c
@ -85,6 +85,7 @@ struct executable_statement {
|
||||
# define ON_COMMIT 1
|
||||
# define ON_EXPIRY 2
|
||||
# define ON_RELEASE 4
|
||||
# define ON_TRANSMISSION 8
|
||||
struct executable_statement *statements;
|
||||
} on;
|
||||
struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user