From: Francis Dupont Date: Sat, 5 Jan 2019 16:33:04 +0000 (+0100) Subject: [333-parser-libraries-for-servers] Added manual pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8049793fec9ae3d3fd0253c69f2ab82822b4d0f;p=thirdparty%2Fkea.git [333-parser-libraries-for-servers] Added manual pages --- diff --git a/src/bin/agent/tools/Makefile.am b/src/bin/agent/tools/Makefile.am index 6d8861260c..9a272b129b 100644 --- a/src/bin/agent/tools/Makefile.am +++ b/src/bin/agent/tools/Makefile.am @@ -4,8 +4,30 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/bin -I$(top_builddir)/src/bin AM_CPPFLAGS += $(BOOST_INCLUDES) #AM_CPPFLAGS += $(SYSREPO_CPPFLAGS) +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + CLEANFILES = *.gcno *.gcda +man_MANS = tools-ca.8 +DISTCLEANFILES = $(man_MANS) +EXTRA_DIST = $(man_MANS) tools-ca.xml + +if GENERATE_DOCS +tools-ca.8: tools-ca.xml + @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + $(srcdir)/tools-ca.xml + +else + +$(man_MANS): + @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. + @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ + +endif + sbin_PROGRAMS = parser-ca #sbin_PROGRAMS += to-yang from-yang diff --git a/src/bin/agent/tools/tools-ca.xml b/src/bin/agent/tools/tools-ca.xml new file mode 100644 index 0000000000..d4b54af34f --- /dev/null +++ b/src/bin/agent/tools/tools-ca.xml @@ -0,0 +1,150 @@ + + + + + + ISC Kea + Jan 5, 2019 + 1.6.0 + + The Kea software has been written by a number of + engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin + Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, + Wlodek Wencel and Shawn Routhier. That list is roughly in the + chronological order in which the authors made their first + contribution. For a complete list of authors and + contributors, see AUTHORS file.Internet Systems Consortium, Inc. + + + + tools-ca + 8 + Kea + + + + tools-ca + Control-agent configuration tools + + + + + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + parser-ca + + + + + + + + + DESCRIPTION + + The parser-ca tool reads a configuration file + for kea-ctrl-agent and pretty prints the result of + the flex/bison AGENT parser. + + + + + ARGUMENTS + + The arguments are as follows: + + + + + + + Display the version. + + + + + + + Display the extended version. + + + + + + + The input configuration file. + + + + + + + The output configuration file. When it is not given the + parsed configuration is written on the standard output. + + + + + + + + DOCUMENTATION + Kea comes with an extensive Kea User's Guide documentation + that covers all aspects of running the Kea software - + compilation, installation, configuration, configuration examples + and many more. Kea also features a Kea Messages Manual, which + lists all possible messages Kea can print with a brief + description for each of them. Both documents are typically + available in various formats (txt, html, pdf) with your Kea + distribution. The Kea documentation is available at + https://kb.isc.org/docs/kea-administrator-reference-manual . + + Kea source code is documented in the Kea Developer's Guide. Its + on-line version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/. + + + Kea project website is available at: https://kea.isc.org. + + + + + MAILING LISTS AND SUPPORT + + There are two mailing lists available for Kea project. kea-users + (kea-users at lists.isc.org) is intended for Kea users, while kea-dev + (kea-dev at lists.isc.org) is intended for Kea developers, prospective + contributors and other advanced users. Both lists are available at + http://lists.isc.org. The community provides best effort type of support + on both of those lists. + + + ISC provides professional support for Kea services. See + https://www.isc.org/kea/ for details. + + + + + SEE ALSO + + + kea-ctrl-agent + 8 + , + + Kea Administrator's Guide. + + + + + diff --git a/src/bin/d2/tools/Makefile.am b/src/bin/d2/tools/Makefile.am index 467048da5e..939fa3899e 100644 --- a/src/bin/d2/tools/Makefile.am +++ b/src/bin/d2/tools/Makefile.am @@ -4,8 +4,30 @@ AM_CPPFLAGS += -I$(top_srcdir)/src/bin -I$(top_builddir)/src/bin AM_CPPFLAGS += $(BOOST_INCLUDES) #AM_CPPFLAGS += $(SYSREPO_CPPFLAGS) +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + CLEANFILES = *.gcno *.gcda +man_MANS = tools2.8 +DISTCLEANFILES = $(man_MANS) +EXTRA_DIST = $(man_MANS) tools2.xml + +if GENERATE_DOCS +tools2.8: tools2.xml + @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + $(srcdir)/tools2.xml + +else + +$(man_MANS): + @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. + @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ + +endif + sbin_PROGRAMS = parser2 #sbin_PROGRAMS += to-yang from-yang diff --git a/src/bin/d2/tools/tools2.xml b/src/bin/d2/tools/tools2.xml new file mode 100644 index 0000000000..019a44adae --- /dev/null +++ b/src/bin/d2/tools/tools2.xml @@ -0,0 +1,150 @@ + + + + + + ISC Kea + Jan 5, 2019 + 1.6.0 + + The Kea software has been written by a number of + engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin + Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, + Wlodek Wencel and Shawn Routhier. That list is roughly in the + chronological order in which the authors made their first + contribution. For a complete list of authors and + contributors, see AUTHORS file.Internet Systems Consortium, Inc. + + + + tools2 + 8 + Kea + + + + tools2 + DHCP-DDNS configuration tools + + + + + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + parser2 + + + + + + + + + DESCRIPTION + + The parser2 tool reads a configuration file + for kea-dhcp-ddns and pretty prints the result of + the flex/bison DHCP-DDNS parser. + + + + + ARGUMENTS + + The arguments are as follows: + + + + + + + Display the version. + + + + + + + Display the extended version. + + + + + + + The input configuration file. + + + + + + + The output configuration file. When it is not given the + parsed configuration is written on the standard output. + + + + + + + + DOCUMENTATION + Kea comes with an extensive Kea User's Guide documentation + that covers all aspects of running the Kea software - + compilation, installation, configuration, configuration examples + and many more. Kea also features a Kea Messages Manual, which + lists all possible messages Kea can print with a brief + description for each of them. Both documents are typically + available in various formats (txt, html, pdf) with your Kea + distribution. The Kea documentation is available at + https://kb.isc.org/docs/kea-administrator-reference-manual . + + Kea source code is documented in the Kea Developer's Guide. Its + on-line version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/. + + + Kea project website is available at: https://kea.isc.org. + + + + + MAILING LISTS AND SUPPORT + + There are two mailing lists available for Kea project. kea-users + (kea-users at lists.isc.org) is intended for Kea users, while kea-dev + (kea-dev at lists.isc.org) is intended for Kea developers, prospective + contributors and other advanced users. Both lists are available at + http://lists.isc.org. The community provides best effort type of support + on both of those lists. + + + ISC provides professional support for Kea services. See + https://www.isc.org/kea/ for details. + + + + + SEE ALSO + + + kea-dhcp-ddns + 8 + , + + Kea Administrator's Guide. + + + + + diff --git a/src/bin/dhcp4/tools/Makefile.am b/src/bin/dhcp4/tools/Makefile.am index 9204aa376b..e0c348f821 100644 --- a/src/bin/dhcp4/tools/Makefile.am +++ b/src/bin/dhcp4/tools/Makefile.am @@ -6,8 +6,30 @@ if HAVE_SYSREPO AM_CPPFLAGS += $(SYSREPO_CPPFLAGS) endif +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + CLEANFILES = *.gcno *.gcda +man_MANS = tools4.8 +DISTCLEANFILES = $(man_MANS) +EXTRA_DIST = $(man_MANS) tools4.xml + +if GENERATE_DOCS +tools4.8: tools4.xml + @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + $(srcdir)/tools4.xml + +else + +$(man_MANS): + @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. + @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ + +endif + sbin_PROGRAMS = parser4 if HAVE_SYSREPO sbin_PROGRAMS += import-to-yang4 export-from-yang4 @@ -28,20 +50,23 @@ import_to_yang4_LDADD = $(top_builddir)/src/bin/dhcp4/libparser4.la import_to_yang4_LDADD += $(top_builddir)/src/lib/yang/libkea-yang.la import_to_yang4_LDADD += $(top_builddir)/src/lib/cc/libkea-cc.la import_to_yang4_LDADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la +import_to_yang4_LDADD += $(top_builddir)/src/lib/log/libkea-log.la +import_to_yang4_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la import_to_yang4_LDADD += $(top_builddir)/src/lib/util/libkea-util.la import_to_yang4_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -import_to_yang4_LDADD += $(BOOST_LIBS) +import_to_yang4_LDADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) import_to_yang4_LDADD += $(SYSREPO_LIBS) import_to_yang4_LDFLAGS = $(AM_LDFLAGS) export_from_yang4_SOURCES = export_from_yang4.cc -export_from_yang4_LDADD = $(top_builddir)/src/bin/dhcp4/libparser4.la -export_from_yang4_LDADD += $(top_builddir)/src/lib/yang/libkea-yang.la +export_from_yang4_LDADD = $(top_builddir)/src/lib/yang/libkea-yang.la export_from_yang4_LDADD += $(top_builddir)/src/lib/cc/libkea-cc.la export_from_yang4_LDADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la +export_from_yang4_LDADD += $(top_builddir)/src/lib/log/libkea-log.la +export_from_yang4_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la export_from_yang4_LDADD += $(top_builddir)/src/lib/util/libkea-util.la export_from_yang4_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -export_from_yang4_LDADD += $(BOOST_LIBS) +export_from_yang4_LDADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) export_from_yang4_LDADD += $(SYSREPO_LIBS) export_from_yang4_LDFLAGS = $(AM_LDFLAGS) endif diff --git a/src/bin/dhcp4/tools/tools4.xml b/src/bin/dhcp4/tools/tools4.xml new file mode 100644 index 0000000000..f28d69f529 --- /dev/null +++ b/src/bin/dhcp4/tools/tools4.xml @@ -0,0 +1,196 @@ + + + + + + ISC Kea + Jan 5, 2019 + 1.6.0 + + The Kea software has been written by a number of + engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin + Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, + Wlodek Wencel and Shawn Routhier. That list is roughly in the + chronological order in which the authors made their first + contribution. For a complete list of authors and + contributors, see AUTHORS file.Internet Systems Consortium, Inc. + + + + tools4 + 8 + Kea + + + + tools4 + DHCPv4 configuration tools + + + + + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + parser4 + + + + + + + import-to-yang4 + + + + + + + export-from-yang4 + + + + + + + + + DESCRIPTION + + The parser4 tool reads a configuration file + for kea-dhcp4 and pretty prints the result of + the flex/bison DHCPv4 parser. + + + The import-to-yang4 tool reads a configuration + file for kea-dhcp4, translates it into YANG + and imports it into the sysrepo startup datastore. + + + The export-from-yang4 tool exports the YANG + configuration following the model from the sysrepo startup datastore + and pretty prints the result of the translation to JSON. + + + + + ARGUMENTS + + The arguments are as follows: + + + + + + + Display the version. + + + + + + + Display the extended version. + + + + + + + The input configuration file. + + + + + + + The output configuration file. When it is not given the + parsed configuration is written on the standard output. + + + + + + + The name of the model, default is kea-dhcp4-server. + + + + + + + + DOCUMENTATION + Kea comes with an extensive Kea User's Guide documentation + that covers all aspects of running the Kea software - + compilation, installation, configuration, configuration examples + and many more. Kea also features a Kea Messages Manual, which + lists all possible messages Kea can print with a brief + description for each of them. Both documents are typically + available in various formats (txt, html, pdf) with your Kea + distribution. The Kea documentation is available at + https://kb.isc.org/docs/kea-administrator-reference-manual . + + Kea source code is documented in the Kea Developer's Guide. Its + on-line version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/. + + + Kea project website is available at: https://kea.isc.org. + + + + + MAILING LISTS AND SUPPORT + + There are two mailing lists available for Kea project. kea-users + (kea-users at lists.isc.org) is intended for Kea users, while kea-dev + (kea-dev at lists.isc.org) is intended for Kea developers, prospective + contributors and other advanced users. Both lists are available at + http://lists.isc.org. The community provides best effort type of support + on both of those lists. + + + ISC provides professional support for Kea services. See + https://www.isc.org/kea/ for details. + + + + + HISTORY + + First versions of the export-from-yang4 and + import-to-yang4 where attached to the yang + library but as they did not handle well extended comments they + were not included in the 1.5.0 release. + + + + + SEE ALSO + + + kea-dhcp4 + 8 + , + + + kea-netconf + 8 + , + + Kea Administrator's Guide. + + + + + diff --git a/src/bin/dhcp6/tools/Makefile.am b/src/bin/dhcp6/tools/Makefile.am index 253e735cbb..defe08d962 100644 --- a/src/bin/dhcp6/tools/Makefile.am +++ b/src/bin/dhcp6/tools/Makefile.am @@ -6,8 +6,30 @@ if HAVE_SYSREPO AM_CPPFLAGS += $(SYSREPO_CPPFLAGS) endif +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + CLEANFILES = *.gcno *.gcda +man_MANS = tools6.8 +DISTCLEANFILES = $(man_MANS) +EXTRA_DIST = $(man_MANS) tools6.xml + +if GENERATE_DOCS +tools6.8: tools6.xml + @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + $(srcdir)/tools6.xml + +else + +$(man_MANS): + @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. + @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ + +endif + sbin_PROGRAMS = parser6 if HAVE_SYSREPO sbin_PROGRAMS += import-to-yang6 export-from-yang6 @@ -28,20 +50,23 @@ import_to_yang6_LDADD = $(top_builddir)/src/bin/dhcp6/libparser6.la import_to_yang6_LDADD += $(top_builddir)/src/lib/yang/libkea-yang.la import_to_yang6_LDADD += $(top_builddir)/src/lib/cc/libkea-cc.la import_to_yang6_LDADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la +import_to_yang6_LDADD += $(top_builddir)/src/lib/log/libkea-log.la +import_to_yang6_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la import_to_yang6_LDADD += $(top_builddir)/src/lib/util/libkea-util.la import_to_yang6_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -import_to_yang6_LDADD += $(BOOST_LIBS) +import_to_yang6_LDADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) import_to_yang6_LDADD += $(SYSREPO_LIBS) import_to_yang6_LDFLAGS = $(AM_LDFLAGS) export_from_yang6_SOURCES = export_from_yang6.cc -export_from_yang6_LDADD = $(top_builddir)/src/bin/dhcp6/libparser6.la -export_from_yang6_LDADD += $(top_builddir)/src/lib/yang/libkea-yang.la +export_from_yang6_LDADD = $(top_builddir)/src/lib/yang/libkea-yang.la export_from_yang6_LDADD += $(top_builddir)/src/lib/cc/libkea-cc.la export_from_yang6_LDADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la +export_from_yang6_LDADD += $(top_builddir)/src/lib/log/libkea-log.la +export_from_yang6_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la export_from_yang6_LDADD += $(top_builddir)/src/lib/util/libkea-util.la export_from_yang6_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -export_from_yang6_LDADD += $(BOOST_LIBS) +export_from_yang6_LDADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) export_from_yang6_LDADD += $(SYSREPO_LIBS) export_from_yang6_LDFLAGS = $(AM_LDFLAGS) endif diff --git a/src/bin/dhcp6/tools/tools6.xml b/src/bin/dhcp6/tools/tools6.xml new file mode 100644 index 0000000000..54f5cf3691 --- /dev/null +++ b/src/bin/dhcp6/tools/tools6.xml @@ -0,0 +1,196 @@ + + + + + + ISC Kea + Jan 5, 2019 + 1.6.0 + + The Kea software has been written by a number of + engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin + Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, + Wlodek Wencel and Shawn Routhier. That list is roughly in the + chronological order in which the authors made their first + contribution. For a complete list of authors and + contributors, see AUTHORS file.Internet Systems Consortium, Inc. + + + + tools6 + 8 + Kea + + + + tools6 + DHCPv6 configuration tools + + + + + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + parser6 + + + + + + + import-to-yang6 + + + + + + + export-from-yang6 + + + + + + + + + DESCRIPTION + + The parser6 tool reads a configuration file + for kea-dhcp6 and pretty prints the result of + the flex/bison DHCPv6 parser. + + + The import-to-yang6 tool reads a configuration + file for kea-dhcp6, translates it into YANG + and imports it into the sysrepo startup datastore. + + + The export-from-yang6 tool exports the YANG + configuration following the model from the sysrepo startup datastore + and pretty prints the result of the translation to JSON. + + + + + ARGUMENTS + + The arguments are as follows: + + + + + + + Display the version. + + + + + + + Display the extended version. + + + + + + + The input configuration file. + + + + + + + The output configuration file. When it is not given the + parsed configuration is written on the standard output. + + + + + + + The name of the model, default is kea-dhcp6-server. + + + + + + + + DOCUMENTATION + Kea comes with an extensive Kea User's Guide documentation + that covers all aspects of running the Kea software - + compilation, installation, configuration, configuration examples + and many more. Kea also features a Kea Messages Manual, which + lists all possible messages Kea can print with a brief + description for each of them. Both documents are typically + available in various formats (txt, html, pdf) with your Kea + distribution. The Kea documentation is available at + https://kb.isc.org/docs/kea-administrator-reference-manual . + + Kea source code is documented in the Kea Developer's Guide. Its + on-line version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/. + + + Kea project website is available at: https://kea.isc.org. + + + + + MAILING LISTS AND SUPPORT + + There are two mailing lists available for Kea project. kea-users + (kea-users at lists.isc.org) is intended for Kea users, while kea-dev + (kea-dev at lists.isc.org) is intended for Kea developers, prospective + contributors and other advanced users. Both lists are available at + http://lists.isc.org. The community provides best effort type of support + on both of those lists. + + + ISC provides professional support for Kea services. See + https://www.isc.org/kea/ for details. + + + + + HISTORY + + First versions of the export-from-yang6 and + import-to-yang6 where attached to the yang + library but as they did not handle well extended comments they + were not included in the 1.5.0 release. + + + + + SEE ALSO + + + kea-dhcp6 + 8 + , + + + kea-netconf + 8 + , + + Kea Administrator's Guide. + + + + + diff --git a/src/bin/netconf/tools/Makefile.am b/src/bin/netconf/tools/Makefile.am index 8b1c587873..a40cb6f501 100644 --- a/src/bin/netconf/tools/Makefile.am +++ b/src/bin/netconf/tools/Makefile.am @@ -3,8 +3,30 @@ AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_builddir)/src AM_CPPFLAGS += -I$(top_srcdir)/src/bin -I$(top_builddir)/src/bin AM_CPPFLAGS += $(BOOST_INCLUDES) +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + CLEANFILES = *.gcno *.gcda +man_MANS = tools-nc.8 +DISTCLEANFILES = $(man_MANS) +EXTRA_DIST = $(man_MANS) tools-nc.xml + +if GENERATE_DOCS +tools-nc.8: tools-nc.xml + @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + $(srcdir)/tools-nc.xml + +else + +$(man_MANS): + @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. + @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ + +endif + sbin_PROGRAMS = parser-nc parser_nc_SOURCES = parser-nc.cc diff --git a/src/bin/netconf/tools/tools-nc.xml b/src/bin/netconf/tools/tools-nc.xml new file mode 100644 index 0000000000..37bdc1e499 --- /dev/null +++ b/src/bin/netconf/tools/tools-nc.xml @@ -0,0 +1,150 @@ + + + + + + ISC Kea + Jan 5, 2019 + 1.6.0 + + The Kea software has been written by a number of + engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin + Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed, + Wlodek Wencel and Shawn Routhier. That list is roughly in the + chronological order in which the authors made their first + contribution. For a complete list of authors and + contributors, see AUTHORS file.Internet Systems Consortium, Inc. + + + + tools-nc + 8 + Kea + + + + tools-nc + Netconf configuration tools + + + + + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + parser-nc + + + + + + + + + DESCRIPTION + + The parser-nc tool reads a configuration file + for kea-netconf and pretty prints the result of + the flex/bison NETCONF parser. + + + + + ARGUMENTS + + The arguments are as follows: + + + + + + + Display the version. + + + + + + + Display the extended version. + + + + + + + The input configuration file. + + + + + + + The output configuration file. When it is not given the + parsed configuration is written on the standard output. + + + + + + + + DOCUMENTATION + Kea comes with an extensive Kea User's Guide documentation + that covers all aspects of running the Kea software - + compilation, installation, configuration, configuration examples + and many more. Kea also features a Kea Messages Manual, which + lists all possible messages Kea can print with a brief + description for each of them. Both documents are typically + available in various formats (txt, html, pdf) with your Kea + distribution. The Kea documentation is available at + https://kb.isc.org/docs/kea-administrator-reference-manual . + + Kea source code is documented in the Kea Developer's Guide. Its + on-line version is available at https://jenkins.isc.org/job/Kea_doc/doxygen/. + + + Kea project website is available at: https://kea.isc.org. + + + + + MAILING LISTS AND SUPPORT + + There are two mailing lists available for Kea project. kea-users + (kea-users at lists.isc.org) is intended for Kea users, while kea-dev + (kea-dev at lists.isc.org) is intended for Kea developers, prospective + contributors and other advanced users. Both lists are available at + http://lists.isc.org. The community provides best effort type of support + on both of those lists. + + + ISC provides professional support for Kea services. See + https://www.isc.org/kea/ for details. + + + + + SEE ALSO + + + kea-netconf + 8 + , + + Kea Administrator's Guide. + + + + +