Francis Dupont
eeadc21698
[master] typo (reported by Marcin)
2016-12-28 14:15:12 +01:00
Tomek Mrugalski
3cd100455b
[master] Merge branch 'trac5039' (SimpleParser)
...
# Conflicts:
# src/bin/dhcp4/Makefile.am
# src/bin/dhcp4/json_config_parser.cc
# src/bin/dhcp6/Makefile.am
# src/bin/dhcp6/dhcp6.dox
# src/bin/dhcp6/json_config_parser.cc
# src/bin/dhcp6/tests/Makefile.am
2016-12-27 19:25:31 +01:00
Andrei Pavel
5d2c941f3d
Style changes to documentation
2016-12-23 21:24:19 +02:00
Andrei Pavel
3d8fc42d32
minor changes
2016-12-23 19:05:50 +02:00
Andrei Pavel
0c0383ae48
Removed "--nonet" from all xsltproc commands.
...
--nonet prevented XSL files from being downloaded and thus prevented
make commands from terminating succesfully. Supposedly, on some
machines --nonet works and is faster.
2016-12-23 18:54:45 +02:00
Andrei Pavel
47a55c04d9
Style changes to documentation
2016-12-23 18:36:38 +02:00
Francis Dupont
b21784dc79
[5046] Removed spurious spaces
2016-12-22 23:28:50 +01:00
Thomas Markwalder
d4d8665494
[master] kea-dhcp4/6 support libreload command
...
Merge branch 'trac3238'
2016-12-22 14:35:46 -05:00
Tomek Mrugalski
65d187c0e6
[5039] Changes after review:
...
- address_family_, default ctor removed from two parsers
- copyright year updated
- Element::getNonConst is now documented
- user's guide is now clear about csv-format default value is now true
2016-12-22 18:43:21 +01:00
Thomas Markwalder
7289e65468
[5046] Added documentation to the admin guide for set-config
2016-12-22 09:24:35 -05:00
Francis Dupont
b6ae7c0930
[3238] spelling
2016-12-15 21:21:25 +01:00
Tomek Mrugalski
3f050858c7
[5017] Doc updated, doxygen warnings removed.
2016-12-15 16:53:35 +01:00
Andrei Pavel
f9cad78482
Upgraded Docbook from v4.2 to v5.0
...
Used script http://docbook.org/xml/5.0/tools/db4-upgrade.xsl as
specified in the installation documentation at
http://tdg.docbook.org/tdg/5.0/appa.html .
2016-12-15 15:05:18 +02:00
Andrei Pavel
f3598e76ca
Cassandra Host Data Source
...
Added src/share/database/scripts/cql/upgrade_1.0_to_2.0.sh to include host_reservations table in Cassandra.
Updated documentation to indicate that Cassandra now supports host reservations.
Added src/lib/dhcpsrv/cql_host_data_source.cc and cql_host_data_source.h.
Fixed a bug in CfgOption::mergeInternal() where formatted_value_ was not taken into consideration when merging, this is needed for merging the denormalized results on host retrieval in Cassandra. The method is not used elsewhere so there is no regression impact.
Added Cassandra support in HostDataSourceFactory.
Implemented a todo in mysql_host_data_source.cc
Added cql_host_data_source_unittest.cc
Functionality that Cassandra is not capable of like ORDER BY clause is
adjusted in generic_host_data_source_unittest.cc.
2016-12-14 17:11:04 +02:00
Andrei Pavel
ac189cbb94
--with-dhcp-backend -> --with-backend
2016-12-14 16:58:39 +02:00
Andrei Pavel
9082500187
Corrected typos
2016-12-14 16:57:44 +02:00
Andrei Pavel
bfbf2b700b
[WIP] Minor changes
2016-12-14 16:47:41 +02:00
Tomek Mrugalski
4c5902da95
[master] Merge branch 'trac5036' (Dhcp6 bison parser)
2016-12-13 13:30:38 +01:00
Tomek Mrugalski
5b7aaae74d
[5036] Changes after review:
...
- clarified JSON usage in admin guide (True/False not allowed)
- fixed incorrect reference to hosts4-storage
- clarified that empty mac-sources entry is not allowed
- added extra text about syntactic contexts
- corrected several typos
2016-12-12 14:59:57 +01:00
Tomek Mrugalski
e1c561b356
[5036] Doc updated.
2016-12-08 13:20:07 +01:00
Marcin Siodelski
070672ba4e
[5074] Rename d2_logger to dctl_logger in libkea-process.
2016-12-01 13:43:58 +01:00
Thomas Markwalder
2659a1acbe
[3238] Enabled libreload command
...
doc/guide/ctrl-channel.xml
Added libreload to common command section
src/bin/dhcp4/ctrl_dhcp4_srv.cc
Registered and deregistered libreload command
src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc
TEST_F(CtrlChannelDhcpv4SrvTest, libreload) - modified to
test using CommandMgr instance
src/bin/dhcp6/ctrl_dhcp6_srv.cc
Registered and deregistered libreload command
src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc
TEST_F(CtrlChannelDhcpv6SrvTest, libreload) - modified to
test using CommandMgr instance
2016-11-22 14:09:22 -05:00
Tomek Mrugalski
4f81789e19
[master] Merge branch 'trac5023' (contexts in v6 pools)
...
# Conflicts:
# src/lib/dhcpsrv/pool.h
2016-11-22 18:52:44 +01:00
Francis Dupont
4c14fdfd41
[master] Finished merge of trac3908 (port cryptolink fixes)
2016-11-16 08:17:32 +01:00
Marcin Siodelski
245956f65a
[5016] Updated documentation according to the review.
...
- Extended description of the S46 Rule Option
- Added Lightweight 4over6 to the softwire examples
- Updated Supported DHCPv6 standards with RFC6334
- Updated DHCPv6 spec file
2016-10-26 08:29:21 +02:00
Marcin Siodelski
0c0ca2fde7
[5016] Merged pull request #24 from github24 and squashed it.
...
This change includes the code implemented by the pull request
submitter as well as Marcin's fixes/changes on top of it, but
without a review.
2016-10-26 08:25:53 +02:00
Tomek Mrugalski
0dc31ffaeb
[5023] Documentation written.
2016-10-18 21:03:26 +02:00
Marcin Siodelski
616c33288d
[5022] Updated Kea Administrator's Manual with pool specific options.
2016-10-06 09:50:28 +02:00
Stephen Morris
f09cd12d5b
[master] Merge branch 'trac5008'
2016-09-21 19:13:22 +01:00
Stephen Morris
63456fab1b
[master] Merge branch 'trac4484'
2016-09-21 19:12:10 +01:00
Stephen Morris
e38d72cfb1
[5008] Minor correction to logging documentation
2016-09-21 18:24:14 +01:00
Tomek Mrugalski
4a8534d968
[master] Merge branch 'trac3209' (user_chk described in the User's Guide)
2016-09-21 17:15:55 +02:00
Tomek Mrugalski
437697b81f
[5008] Small clarification and one @todo removed.
2016-09-21 17:06:38 +02:00
Stephen Morris
45b3376804
[3209] Miscellaneous edits to the hooks documentation
2016-09-21 12:00:57 +01:00
Stephen Morris
b19faa6da8
[5006] Minor fixes to PDF output
...
Move Kea logo to left of title in the header. Also fix an incorrect
cross-reference link in the DHCPv4 chapter.
2016-09-21 10:40:12 +01:00
Tomek Mrugalski
6ba3a9e031
[3209] Added links to the Developer's guide section.
2016-09-20 19:19:18 +02:00
Tomek Mrugalski
8a2c95cda1
[3209] user_chk hook lib documented.
2016-09-20 19:09:03 +02:00
Stephen Morris
449390ca53
[4484] Address review comments
2016-09-20 15:42:51 +01:00
Stephen Morris
316f3b2f39
[5008] Editing changes to chapters 9 through 18 of the Kea guide
2016-09-20 15:20:43 +01:00
Stephen Morris
01fa061bab
[4844] Editing pass through chapter 8 and more changes to chapter 7
2016-09-19 15:09:23 +01:00
Stephen Morris
a4ca9897d2
[4844] Editing pass over first seven chapters of the Kea guide
2016-09-18 18:48:37 +01:00
Francis Dupont
03242b6be6
[5006] Applied proposed parameter for dblatex
2016-09-16 21:15:16 +02:00
Marcin Siodelski
af84783759
[master] Merge branch 'trac4502'
2016-09-15 13:00:19 +02:00
Marcin Siodelski
c28514d1f7
[4502] Fixed a couple of nits in the Kea User's Guide per review comments.
2016-09-15 12:33:02 +02:00
Marcin Siodelski
71d21eac51
[master] Merge branch 'trac3684'
2016-09-14 18:02:39 +02:00
Marcin Siodelski
c5f4920fd1
[master] Merge branch 'trac3950'
2016-09-14 17:38:51 +02:00
Marcin Siodelski
f081000b89
[master] Merge branch 'trac4258'
2016-09-14 17:18:14 +02:00
Marcin Siodelski
242fbc47b3
[master] Merge branch 'trac4765'
2016-09-14 16:54:45 +02:00
Marcin Siodelski
563f7d875f
[4502] Minor fix in the User's Guide.
2016-09-14 16:51:31 +02:00
Marcin Siodelski
89a2408cdf
[4502] Updated User's Guide.
...
Updated:
- Supported OSes
- Packages required at runtime to run Kea,
- Packages required to build Kea
2016-09-14 16:43:17 +02:00