mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 05:17:57 +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_COMMIT 1
|
||||||
# define ON_EXPIRY 2
|
# define ON_EXPIRY 2
|
||||||
# define ON_RELEASE 4
|
# define ON_RELEASE 4
|
||||||
|
# define ON_TRANSMISSION 8
|
||||||
struct executable_statement *statements;
|
struct executable_statement *statements;
|
||||||
} on;
|
} on;
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user