mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-05 00:35:41 +00:00
Add support for ON_TRANSMISSION flag.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user