2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Add a static operator indicating whether the client's lease is static.

This commit is contained in:
Ted Lemon
1999-08-01 14:26:57 +00:00
parent b5b7abf8b6
commit 1c5d573185
6 changed files with 46 additions and 6 deletions

View File

@@ -164,6 +164,13 @@ The \fBknown\fR expression returns true if the client whose request is
currently being processed is known - that is, if there's a host
declaration for it.
.RE
.B static
.PP
.RS 0.25i
The \fBstatic\fR expression returns true if the lease assigned to the
client whose request is currently being processed is derived from a static
address assignment.
.RE
.SH DATA EXPRESSIONS
Several of the boolean expressions above depend on the results of
evaluating data expressions. A list of these expressions is provided