2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

1524 Commits

Author SHA1 Message Date
Francis Dupont
93648a3a49 [375-add-config-reload-support-in-process-library] Added config-reload to process lib so CA and D2 2019-01-22 03:37:48 -05:00
Francis Dupont
8ea668319f [82-improve-kea-test-capabilities] Updated guides 2019-01-18 17:50:10 +01:00
Francis Dupont
0487f6fc96 [82-improve-kea-test-capabilities] Made "server" port 2019-01-18 17:36:27 +01:00
Francis Dupont
1114527652 [386-remove-obsolete-experimental-dhcpv6-options] Removed dangling reference to dhcp6-exp-options-list 2019-01-11 08:29:48 -05:00
Francis Dupont
424fe3a592 [386-remove-obsolete-experimental-dhcpv6-options] Removed no future experimental options 2019-01-11 08:29:48 -05:00
Thomas Markwalder
67944844a4 [master] kea-dhcp4 can now calculate T1/T2
Merge branch '365-automatically-calculate-the-values-for-options-58-and-59'
2019-01-10 15:35:04 -05:00
Francis Dupont
b1a8836942 [365-automatically-calculate-the-values-for-options-58-and-59] Fixed reference 2019-01-10 16:05:20 +01:00
Francis Dupont
07f322f3a4 [365-automatically-calculate-the-values-for-options-58-and-59] Rewrapped the new note 2019-01-10 16:00:44 +01:00
Thomas Markwalder
9a7cd6e027 [#365,!194] kea-dhcp4 can be configured to calculate T1 and T2
doc/guide/dhcp4-srv.xml
    Updated user guide with new parameters and details on rules

src/lib/cc/data.cc
    DoubleElement::toJSON(std::ostream& ss) - modified to ensure whole number
     values are suffixed with ".0"

src/lib/utils/doubles.h - new file
   provides a function for equating doubles within a given tolerance

src/lib/cc/simple_parser.*
    SimpleParser::getDouble() - new method for fetching real number
    parameters as DoulbeElements

src/lib/dhcpsrv/network.*
    Added members and support for new paramters to Network4:
        calculate_tee_times_, t1_percent_, t2_percent_

src/lib/dhcpsrv/parsers/dhcp_parsers.cc
src/lib/dhcpsrv/parsers/simple_parser4.cc
    Added support for new parameters to Subnet4ConfigParser

src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/json_config_parser.cc
    Added parser support for calculate-tee-times, t1-percent, and t2-percent

src/bin/dhcp4/dhcp4_srv.*
    Dhcpv4Srv::setTeeTimes(lease, subnet, resp) - new method for
    determining T1 adn T2 values
2019-01-09 11:14:01 -05:00
Francis Dupont
feb6a734e0 [master] trivial 4/6 typo 2019-01-08 11:30:53 +01:00
Francis Dupont
a5f8612bff [30-implement-control-socket-for-ddns-2] Updated API doc 2019-01-03 04:05:03 -05:00
Francis Dupont
18cbd1afb0 [30-implement-control-socket-for-ddns-2] Updated doc 2019-01-03 04:05:03 -05:00
Francis Dupont
fe841603f5 [30-implement-control-socket-for-ddns-2] Reported doc updates 2019-01-03 04:05:03 -05:00
Marcin Siodelski
d2a397e7c6 [#351,!175] Corrected typos in the updated keactrl section of user's guide. 2018-12-13 19:46:44 +01:00
Tomek Mrugalski
00056e2147 [#351,!175] keactrl + netconf documented. 2018-12-13 19:28:32 +01:00
Marcin Siodelski
06b66be37f [master] Several fixes to the documentation following 1.5.0 sanity checks.
Okayed on jabber.
2018-12-13 15:59:11 +01:00
Marcin Siodelski
21c7ec9717 [#344,!171] Updated supported OSes in the User's guide. 2018-12-12 19:22:49 +01:00
Marcin Siodelski
5683869439 [#344,!171] Removed the section about server terminating when db conn lost. 2018-12-12 19:19:07 +01:00
Marcin Siodelski
ace760ba71 [#344,!171] Removed "Selecting the Configuration Backend" section. 2018-12-12 19:16:40 +01:00
Marcin Siodelski
9cb62d17be [#344,!171] Install notes point to gitlab rather than github. 2018-12-12 19:13:54 +01:00
Marcin Siodelski
dfb962ea6b [#344,!171] Updated runtime dependencies in UG: Botan and OpenSSL. 2018-12-12 19:04:24 +01:00
Marcin Siodelski
85030cfc74 [#344,!171] Added Radius and Netconf optional runtime dependencies. 2018-12-12 18:51:35 +01:00
Stephen Morris
94c66b3c07 [#198,!160] Move information concerning JSON changes in future Kea versions to "notes". 2018-12-11 12:43:01 -05:00
Marcin Siodelski
1cadf94bf6 [#198,!160] Modify DHCPv4/v6 sections to not recommend combining configs. 2018-12-11 12:43:01 -05:00
Marcin Siodelski
6bc00bbe9d [#198,!160] Further corrections in the JSON section of Kea UG.
- Remove explicit statements about which server supports which feature
- Clarify planned Logging config changes.
2018-12-11 12:43:01 -05:00
Marcin Siodelski
e00f53a3fb [#198,!160] Corrected link in the JSON section of UG. 2018-12-11 12:43:01 -05:00
Marcin Siodelski
d4702bb841 [#198,!160] Applied some changes to the JSON section of UG after review. 2018-12-11 12:43:01 -05:00
Francis Dupont
399b4bc6af [198-user-s-guide-update-json-section-needs-a-refresh] Added ECMA 404 ref and cleaned up JSON stuff 2018-12-11 12:43:01 -05:00
Francis Dupont
4d388fbfea [297-old-text-about-multiple-classes-guards] Updated doc about one class vs classes (allow/deny old/not implemented idea) 2018-12-11 06:12:07 -05:00
Thomas Markwalder
8d87c46a3c [master] Merge branch 'master' of gitlab.isc.org:isc-projects/kea
Re-merged with master.
2018-12-10 11:15:32 -05:00
Thomas Markwalder
8ad3db51ed [master] Congestion Handling is now disabled by default
Merge branch '277-finalize-whether-congestion-handling-is-enabled-or-disabled-by-default'
2018-12-10 11:14:44 -05:00
Marcin Siodelski
377f49e84a [#173,!154] Added a note suggesting to set reconnect for all used backends. 2018-12-10 10:36:46 -05:00
Marcin Siodelski
5fc46151d5 [#173,!154] Updated User's Guide with a warning about reconnect-wait-time. 2018-12-10 10:36:46 -05:00
Marcin Siodelski
782fdf3536 [#173,!154] reconnect-wait-time is now in milliseconds. 2018-12-10 10:36:45 -05:00
Vicky Risk
532c0fd5db Oldkea linkfixes 2018-12-10 10:12:58 -05:00
Thomas Markwalder
2d0e62f115 [#277, !164] Congestion Handling is now disabled by default
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
    Changed enable-queue default to false

src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
    Rebuilt generated tests

doc/guide/congestion-handling.xml
    Updated verbage on default setting
2018-12-10 10:04:19 -05:00
Francis Dupont
c3f4584a8b [204-move-models-] Addressing comments (checkpoint) 2018-12-10 13:38:29 +01:00
Francis Dupont
bd65abebb2 [204-move-models-] Updated doc 2018-12-10 11:08:44 +01:00
Francis Dupont
895fd85b6b [309-remove-all-static-kea-versions-from-docs-that-refer-to-the-newest-release] Fixed entity syntax 2018-12-06 10:27:35 -05:00
Wlodek Wencel
63f79c8d74 [#309,ssh bikeshed.isc.org] removed static kea versions from xml files 2018-12-06 10:27:35 -05:00
Marcin Siodelski
974b033a8d [288,!158] Changed references for remaining RFCs obsoleted by RFC 8415. 2018-12-06 08:20:09 -05:00
Marcin Siodelski
8c1ce6673d [288,!158] Updated user guide to reference to RFC 8415 rather than 3315. 2018-12-06 08:20:09 -05:00
Wlodzimierz Wencel
067c78a82d Update install.xml 2018-12-04 15:48:02 -05:00
Wlodek Wencel
852fd6cf32 [#286,ssh bikeshed.isc.org] added FreeRADIUS client library 2018-12-04 15:48:02 -05:00
Wlodek Wencel
602b3faf29 [#286,ssh bikeshed.isc.org] added requirements for new configuration flags 2018-12-04 15:48:02 -05:00
Francis Dupont
994a826caf [195-document-sample-netconf-operation] Moved operation examples in kea-dhcp6-operations subdir 2018-11-28 17:03:37 -05:00
Marcin Siodelski
e847b7cc55 [#195,!131] Applied changes to the NETCONF step by step.
As a result of review.
2018-11-28 17:03:37 -05:00
Francis Dupont
d6fd4c0e85 [195-document-sample-netconf-operation] Fixed twosubnets example 2018-11-28 17:03:37 -05:00
Francis Dupont
5ec138bf70 [195-document-sample-netconf-operation] Final changes 2018-11-28 17:03:37 -05:00
Francis Dupont
eb4ca638fd [195-document-sample-netconf-operation] Added operation examples 2018-11-28 17:03:37 -05:00