2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

30714 Commits

Author SHA1 Message Date
Thomas Markwalder
5875af6bc8 [#1235] Added V6 Leaese Query doc to the ARM
modified:   arm/hooks-lease-query.rst
2020-06-19 10:48:37 -04:00
Francis Dupont
3aee8754b6 [#1278] Addressed comments 2020-06-19 12:21:20 +02:00
Francis Dupont
3b739ada7e [#1278] Changed LOG_FILE to avoid conflicts 2020-06-19 12:21:20 +02:00
Michal Nowikowski
90257c7495 [#1169] updated steps about release notes 2020-06-19 08:33:44 +00:00
Michal Nowikowski
b1a1856644 [#1169] updated steps about RTD 2020-06-19 08:33:44 +00:00
Michal Nowikowski
9d4f56f813 Apply suggestion to .gitlab/issue_templates/release_checklist.md 2020-06-19 08:33:44 +00:00
Michal Nowikowski
e2f54d96b8 Apply suggestion to .gitlab/issue_templates/release_checklist.md 2020-06-19 08:33:44 +00:00
Michal Nowikowski
b70a26162f release checklist: added task about bumping up kea version 2020-06-19 08:33:44 +00:00
Michal Nowikowski
38b5845f09 [#1169] updated release checklist gitlab issue template 2020-06-19 08:33:44 +00:00
Razvan Becheriu
457111f9db [#1277] updated copyrights 2020-06-19 08:22:52 +00:00
Razvan Becheriu
6aa04ffc81 [#1277] query filter is not kea thread safe 2020-06-19 08:22:52 +00:00
Razvan Becheriu
d6a288c751 [#1276] added ChangeLog 2020-06-18 23:34:17 +03:00
Razvan Becheriu
3d686d0b73 [#1276] fixed log message 2020-06-18 20:40:02 +03:00
Francis Dupont
9081332929 [#1245] Updated ChangeLog 2020-06-17 12:38:51 +02:00
Francis Dupont
c0d0988086 [#1245] Added ChangeLog 2020-06-17 11:32:21 +02:00
Francis Dupont
4dea40f9ed [#1245] spelling 2020-06-17 11:27:52 +02:00
Francis Dupont
16295dc38e [#1245] Added unit tests 2020-06-17 11:27:52 +02:00
Francis Dupont
7e15a39920 [#1245] Addressed comments, todo unittests 2020-06-17 11:27:52 +02:00
Francis Dupont
b82d5ab0b8 [#1245] Forced shared-networks to be handled before (global) subnets 2020-06-17 11:27:52 +02:00
Francis Dupont
60903bbc9d [#1245] Finished: flatten v6 2020-06-17 11:27:52 +02:00
Francis Dupont
8f7329489f [#1245] Checkpoint: flatten v4 2020-06-17 11:27:52 +02:00
Francis Dupont
d5651bb82c [#1273] Reverted to raw LoggerImpl pointer 2020-06-16 20:56:36 +02:00
Thomas Markwalder
e14a21e45b [#1235] Fixed spelling errors
modified:   cfg_duid_unittest.cc
2020-06-16 12:11:17 -04:00
Thomas Markwalder
d436217cee [#1235] Addressed review comments
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/std_option_defs.h
    Removed LQ_QUERY_OPTION_SPACE, using DHCP6_OPTION_SPACE instead

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit test

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - reset the internal DUID value
2020-06-16 12:10:09 -04:00
Thomas Markwalder
b58b3fa794 [#1235] Updated v6 option defintions, made current server_id accessible
src/lib/dhcp/libdhcp++.cc
    Added LQ_QUERY_OPTION_SPACE to encapuslate options conveyed with
    D6O_LQ_QUERY options

src/lib/dhcp/std_option_defs.h
    Revamped defintions D6O_LQ_QUERY adn D6O_CLIENT_DATA

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit tests

src/lib/dhcp/tests/pkt6_unittest.cc
    TEST_F(Pkt6Test, lqQueryOption)
    TEST_F(Pkt6Test, clientDataOption)
    TEST_F(Pkt6Test, relayDataOption) - new tests

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - modified to retain the created
    DUID so it can be retrieved in places other than
    than Dhcp6Srv instances, such as hook callouts.

src/lib/dhcpsrv/tests/cfg_duid_unittest.cc
    Updated unit tests.
2020-06-16 12:10:08 -04:00
Thomas Markwalder
2b67918019 [#1235] Fixed spelling errors
modified:   cfg_duid_unittest.cc
2020-06-16 12:07:00 -04:00
Thomas Markwalder
151b22b5bb [#1235] Addressed review comments
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/std_option_defs.h
    Removed LQ_QUERY_OPTION_SPACE, using DHCP6_OPTION_SPACE instead

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit test

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - reset the internal DUID value
2020-06-16 12:06:59 -04:00
Thomas Markwalder
b567101b80 [#1235] Updated v6 option defintions, made current server_id accessible
src/lib/dhcp/libdhcp++.cc
    Added LQ_QUERY_OPTION_SPACE to encapuslate options conveyed with
    D6O_LQ_QUERY options

src/lib/dhcp/std_option_defs.h
    Revamped defintions D6O_LQ_QUERY adn D6O_CLIENT_DATA

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit tests

src/lib/dhcp/tests/pkt6_unittest.cc
    TEST_F(Pkt6Test, lqQueryOption)
    TEST_F(Pkt6Test, clientDataOption)
    TEST_F(Pkt6Test, relayDataOption) - new tests

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - modified to retain the created
    DUID so it can be retrieved in places other than
    than Dhcp6Srv instances, such as hook callouts.

src/lib/dhcpsrv/tests/cfg_duid_unittest.cc
    Updated unit tests.
2020-06-16 12:06:58 -04:00
Razvan Becheriu
7853279041 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
b613f70bd6 [#1239] clean up 2020-06-16 09:02:52 +00:00
Razvan Becheriu
64ca9fbb49 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
c794c12246 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
c4ef33a2a0 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
6fdb6e6539 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
96745e24aa [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
5951ea902f [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
f88471e24f [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
af1b43f8e7 [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
083b1c624b [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
e4df48a449 [#1239] communication state is now Kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
289cd4b9dd [#1239] added unittests 2020-06-16 09:02:52 +00:00
Razvan Becheriu
7a3f93e83b [#1239] communication state is now thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
8f4b2dea94 [#1239] fixed possible dead lock 2020-06-16 09:02:52 +00:00
Razvan Becheriu
ebcea5488c [#1239] added unittests 2020-06-16 09:02:52 +00:00
Razvan Becheriu
7947972c5b [#1239] http client connection is now Kea thread safe 2020-06-16 09:02:51 +00:00
Razvan Becheriu
4713f23fc2 [#1239] updating poke time is now Kea thread safe 2020-06-16 09:02:51 +00:00
Razvan Becheriu
c11e6d8d24 [#1239] http client connection and interval timer are now Kea thread safe 2020-06-16 09:02:51 +00:00
Francis Dupont
ff51545c56 [#1211] Addressed comments 2020-06-15 15:43:16 +00:00
Tomek Mrugalski
b269ad518c [#1211] Removed compilation warning in lease_cmds.cc 2020-06-15 15:43:16 +00:00
Francis Dupont
622d18f747 [#1211] Typo (missing operator=) 2020-06-15 15:43:16 +00:00