mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 05:17:57 +00:00
In class structure,
- call spawn/submatch expression submatch - add spawning flag to indicate whether or not to spawn.
This commit is contained in:
parent
8b252b42ba
commit
58bfaaa756
@ -487,8 +487,9 @@ struct class {
|
||||
struct expression *expr;
|
||||
|
||||
/* Expression used to compute subclass identifiers for spawning
|
||||
and subsequent matching. */
|
||||
struct expression *spawn;
|
||||
and to do subclass matching. */
|
||||
struct expression *submatch;
|
||||
int spawning;
|
||||
|
||||
struct group *group;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user