mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[trac4090] Update per second set of review comments
Remove change log entry as it isn't needed Update eval log description in user guide.
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
XXXX. [func] sar
|
|
||||||
Added client classification substring token.
|
|
||||||
(Trac #4090, git <tbd>
|
|
||||||
|
|
||||||
1041. [func] tomek
|
1041. [func] tomek
|
||||||
A new library, libkea-eval has been edded. It is not functional
|
A new library, libkea-eval has been edded. It is not functional
|
||||||
yet, but its purpose is to provide a generic expression
|
yet, but its purpose is to provide a generic expression
|
||||||
|
@@ -221,8 +221,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara><command>kea-dhcp4.eval</command> - this logger is used
|
<simpara><command>kea-dhcp4.eval</command> - this logger is used
|
||||||
to log messages relating to the evaluation code, primarily used
|
to log messages relating to the client classification expression
|
||||||
by the client classification routines.</simpara>
|
evaluation code.</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara><command>kea-dhcp4.hooks</command> - this logger is used
|
<simpara><command>kea-dhcp4.hooks</command> - this logger is used
|
||||||
@@ -309,8 +309,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara><command>kea-dhcp6.eval</command> - this logger is used
|
<simpara><command>kea-dhcp6.eval</command> - this logger is used
|
||||||
to log messages relating to the evaluation code, primarily used
|
to log messages relating to the client classification expression
|
||||||
by the client classification routines.</simpara>
|
evaluation code.</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara><command>kea-dhcp6.hooks</command> - this logger is used
|
<simpara><command>kea-dhcp6.hooks</command> - this logger is used
|
||||||
|
@@ -22,6 +22,7 @@ libkea_eval_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
libkea_eval_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
libkea_eval_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||||
libkea_eval_la_LIBADD += $(top_builddir)/src/lib/dhcp/libkea-dhcp++.la
|
libkea_eval_la_LIBADD += $(top_builddir)/src/lib/dhcp/libkea-dhcp++.la
|
||||||
libkea_eval_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
|
libkea_eval_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
|
||||||
|
libkea_eval_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||||
libkea_eval_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS)
|
libkea_eval_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS)
|
||||||
|
|
||||||
libkea_eval_la_LDFLAGS = -no-undefined -version-info 3:0:0
|
libkea_eval_la_LDFLAGS = -no-undefined -version-info 3:0:0
|
||||||
|
Reference in New Issue
Block a user