2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-25 11:17:23 +00:00

325 Commits

Author SHA1 Message Date
Francis Dupont
6ae3245f23 [433-update-yang-models] Removed spurious brackets 2019-08-13 17:43:06 -04:00
Francis Dupont
a14b705fb7 [433-update-yang-models] Restore all-keys-stable.json headers 2019-08-13 17:43:06 -04:00
Francis Dupont
551c124d6e [433-update-yang-models] Enabled (and fixed) more tests 2019-08-13 17:43:06 -04:00
Francis Dupont
d9114c2210 [433-update-yang-models] Updated code and tests 2019-08-13 17:43:06 -04:00
Francis Dupont
e7795641a2 [804-cb-doc-never-says-clearly-how-to-configure-server-tag-on-a-server] Removed spuriuous tabs and ending spaces 2019-08-12 09:30:45 -04:00
Tomek Mrugalski
9b9b6f511a [#804,!468] Updated server-tag references. 2019-08-12 09:30:45 -04:00
Francis Dupont
40c751cab4 [804-cb-doc-never-says-clearly-how-to-configure-server-tag-on-a-server] First attempt to deocument server-tag 2019-08-12 09:30:45 -04:00
Francis Dupont
0b258bb3b8 [621-pd-pool-fields-are-not-described-in-kea6-all-keys-current-json] Addressed comment 2019-06-26 15:05:47 +02:00
Francis Dupont
fe46afb551 [621-pd-pool-fields-are-not-described-in-kea6-all-keys-current-json] Added description of pd-pool current all keys example 2019-06-26 15:05:47 +02:00
Francis Dupont
9ef628e779 [295-min-max-lease-time-configuration-options] Removed default- keywords 2019-06-22 10:05:23 -04:00
Francis Dupont
fea5ff0736 [295-min-max-lease-time-configuration-options] Added examples 2019-06-22 10:05:23 -04:00
Francis Dupont
fc80c0ea8c [538-kea-should-not-store-anything-in-var-kea-lsb-violation] Addressed comments (and grep reports) 2019-06-18 12:54:26 -04:00
Francis Dupont
0a59793699 [540-recommend-moving-hostname-char-set-and-hostname-char-replacement-out-of-dhcp-ddns] Final improvements 2019-06-13 15:21:07 +02:00
Michal Nowikowski
eb23facd72 fixed hooks location from lib/hooks to lib/kea/hooks 2019-05-27 19:32:35 +02:00
Marcin Siodelski
e7709ddb7e [#71,!314] Addressed review comments. 2019-05-27 15:23:50 +02:00
Marcin Siodelski
1eb3eae862 [#71,!314] Added config-backend.json examples. 2019-05-27 15:23:50 +02:00
Francis Dupont
7bc4cc182a [208-move-logging-from-global-objects-to-global-params] Almost done. Checkpoint of the day 2019-05-22 18:10:24 -04:00
Thomas Markwalder
12dabc40b1 [#614,!326] Fixed JSON syntax errors
doc/examples/kea4/all-keys-current.json
doc/examples/kea6/all-keys-current.json
    Added missing commas
2019-05-21 08:02:42 -04:00
Thomas Markwalder
34ec437b49 [#614,!326] Updated all-keys-current.json with tee time parameters
kea4/all-keys-current.json
    Added calculate-tee-times, t1-percent, and t2-percent to
    network and subnet scopes

kea6/all-keys-current.json
    Added calculate-tee-times, t1-percent, and t2-percent global,
    network, and subnet scopes
2019-05-21 08:02:42 -04:00
Francis Dupont
d5bcaf9622 [561-make-kea-to-build-on-last-macos-xcode] Commented consistency entries in cassandra examples 2019-05-17 09:37:58 -04:00
Thomas Markwalder
e863212580 [#365,!296] Addressed review comments. 2019-04-26 11:19:33 -04:00
Thomas Markwalder
f5fe96c6ee [#104,!290] kea-dhcpv6 now supports fetching config from backends
Infrastructure has been added to kea-dhcp6 such that it can
    now be configured to fetch full and then periodic updates
    from config backends.

    Merging the actual fetched content will be done under subsequent
    issues.

src/bin/dhcp6
    ctrl_dhcp6_srv.*
        - ControlledDhcpv6Srv::processConfig() - added logic to schedule CB update timer
        - ControlledDhcpv6Srv::cbFetchUpdates() - new callback function for CB updates

    dhcp6_lexer.ll
    dhcp6_parser.yy
        -  Added config-fetch-wait-time

    dhcp6_messages.mes
        -  New log messages

    dhcp6_srv.*
        - Dhcpv6Srv::cb_control_  - new member for config backend access
        - Dhcpv6Srv::inTestMode() - new function to test for unit test mode

    json_config_parser.cc
        - configureDhcp6Server() - invokes full fetch from config backend

src/bin/dhcp6/tests
    config_backend_unittest.cc - new file/tests for config backend testing
    config_parser_unittest.cc - updated
    get_config_unittest.cc - rebuild tests
    kea_controller_unittest.cc - added CB control/timer tests

src/lib/dhcpsrv/
    dhcpsrv_messages.mes - added log message
	cb_ctl_dhcp6.* - new files that provide v6 impl of config backend controller

doc/examples/kea6/all-keys-current.json - added config-fetch-wait-time
2019-03-26 15:12:06 -04:00
Razvan Becheriu
cafb08a0ec changes after review 2019-03-21 17:56:05 +02:00
Razvan Becheriu
90787d36d3 added supported values and link to documentation 2019-03-21 17:56:05 +02:00
Razvan Becheriu
d4519a8c4e updated examples and models 2019-03-21 17:50:01 +02:00
Francis Dupont
29cd23f3af [430-configure-location-of-datadir] Forked all-keys.json files into stable and current versions 2019-03-16 00:23:05 +01:00
Francis Dupont
381371a7a2 [430-configure-location-of-datadir] Moved datadir to server config and use it for v6 2019-03-16 00:23:05 +01:00
Marcin Siodelski
2f64c86362 [#136,!143] Updated global-reservations.json
As a result of review. Improved header comment, indentation and some other
comments.
2018-11-27 16:37:51 -05:00
Francis Dupont
81f4f566b6 [136-add-global-host-reservation-examples] Added (and used to find and fix a bug) global reservation examples 2018-11-27 16:37:51 -05:00
Francis Dupont
d87b6ece1f [65-libyang-simplify-update-models] Tried to address comments 2018-11-24 15:43:32 +01:00
Francis Dupont
17e1ca1493 [65-libyang-simplify-update-models] Updated all-keys (added enable-queue) 2018-11-22 17:13:47 -05:00
Francis Dupont
ab899afed3 [65-libyang-simplify-update-models] Removed all extra containers 2018-11-22 17:13:47 -05:00
Francis Dupont
4de2d249a9 [182-remove-always-include-fqdn-configuration-parameter-from-d2clientconfig] Finished to remove always-include-fqdn 2018-11-20 14:43:26 +01:00
Francis Dupont
4bc7e0dbe4 [130-all-keys-sample] Removed spurious trailing spaces 2018-10-24 09:05:57 -04:00
Marcin Siodelski
a4c201bfe3 [130-all-keys-sample] Added comments to the v6 full config example. 2018-10-24 09:05:56 -04:00
Francis Dupont
c42401dc54 [130-all-keys-sample] last changes before comments 2018-10-24 09:05:56 -04:00
Francis Dupont
1426b09a47 [130-all-keys-sample] Added DHCPv6 all keys 2018-10-24 09:05:51 -04:00
Tomek Mrugalski
b8f2472a83 [5682] Example configs added. 2018-07-30 19:03:18 +02:00
Tomek Mrugalski
32466ab3d4 [5680] Changes after review 2018-07-27 13:54:10 +02:00
Francis Dupont
6a856ed972 [master] Finished merge of trac5549a (known/unknown) 2018-06-13 15:10:17 +02:00
Francis Dupont
d9c77f8ad4 [5549a] Addressed comments 2018-06-13 14:56:39 +02:00
Francis Dupont
116962ddc5 [5549a] Code, examples and doc updated 2018-06-07 13:59:55 +02:00
Marcin Siodelski
e3e2832135 [5622] Updated HA logger name in the example file. 2018-06-06 20:22:53 +02:00
Francis Dupont
a9941bac98 [5549a] Updated examples and guides 2018-05-19 13:21:04 +02:00
Marcin Siodelski
a61fcb5a1f [5478] Added example HA configuration for DHCPv6. 2018-05-10 18:05:39 +02:00
Francis Dupont
0260a6284e [master] Merging trac5374 (new classification) - conflicts resolved, regen needed 2018-04-11 16:42:23 +02:00
Francis Dupont
44f874d626 [5374] Addressed comments 2018-04-10 16:42:38 +02:00
Francis Dupont
339f45b6b9 [5374] Addressed non test comments - checkpoint before regen 2018-04-06 16:22:09 +02:00
Francis Dupont
b7ff0b949e [5374] Checkpoint: need regen 2018-04-01 14:44:13 +02:00
Francis Dupont
8cb31ee020 [master] Finishing merge of trac5528/trac5533a (register host backend / host cache) 2018-03-27 14:26:41 +02:00