]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4090] Update per second set of review comments
authorShawn Routhier <sar@isc.org>
Tue, 3 Nov 2015 00:38:50 +0000 (16:38 -0800)
committerShawn Routhier <sar@isc.org>
Tue, 3 Nov 2015 00:38:50 +0000 (16:38 -0800)
Remove change log entry as it isn't needed

Update eval log description in user guide.

ChangeLog
doc/guide/logging.xml
src/lib/eval/Makefile.am

index 8058ef04bf81cb7463febc9b5da61afa2746b51f..cd2ad8527bf2ee45c42e7421e81c3d07f126e8fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-XXXX.  [func]          sar
-       Added client classification substring token.
-       (Trac #4090, git <tbd>
-
 1041.  [func]          tomek
        A new library, libkea-eval has been edded. It is not functional
        yet, but its purpose is to provide a generic expression
index 0924c152ac4be261a7036a3ca88546597cb02267..25dd24749e45025db1f8e6f2c1afee0f5e5cbec4 100644 (file)
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp4.eval</command> - this logger is used
-            to log messages relating to the evaluation code, primarily used
-            by the client classification routines.</simpara>
+            to log messages relating to the client classification expression
+            evaluation code.</simpara>
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp4.hooks</command> - this logger is used
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.eval</command> - this logger is used
-            to log messages relating to the evaluation code, primarily used
-            by the client classification routines.</simpara>
+            to log messages relating to the client classification expression
+            evaluation code.</simpara>
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.hooks</command> - this logger is used
index b8a833c9af47d99e6379b7a388e3b6b2e14459a6..05c4902e08ddf306d7945b7b4624fcb3e7387cf3 100644 (file)
@@ -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/dhcp/libkea-dhcp++.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_LDFLAGS  = -no-undefined -version-info 3:0:0