]>
git.ipfire.org Git - thirdparty/kea.git/log
Suzanne Goldlust [Wed, 19 Dec 2018 23:10:28 +0000 (18:10 -0500)]
Update dhcp4-srv.xml lines 1-4030
Suzanne Goldlust [Wed, 19 Dec 2018 18:14:11 +0000 (13:14 -0500)]
Update dhcp4-srv.xml lines 0-2013 (except 1385-1389)
Suzanne Goldlust [Wed, 19 Dec 2018 13:21:58 +0000 (08:21 -0500)]
Update keactrl.xml
Suzanne Goldlust [Tue, 18 Dec 2018 23:39:26 +0000 (18:39 -0500)]
Update keactrl.xml
Suzanne Goldlust [Tue, 18 Dec 2018 23:16:59 +0000 (18:16 -0500)]
Update config.xml
Suzanne Goldlust [Tue, 18 Dec 2018 23:11:19 +0000 (18:11 -0500)]
Update admin.xml
Suzanne Goldlust [Tue, 18 Dec 2018 21:58:51 +0000 (16:58 -0500)]
Update install.xml
Suzanne Goldlust [Tue, 18 Dec 2018 20:59:29 +0000 (15:59 -0500)]
Update quickstart.xml
Suzanne Goldlust [Tue, 18 Dec 2018 20:06:16 +0000 (15:06 -0500)]
Update kea-guide.xml
Suzanne Goldlust [Tue, 18 Dec 2018 20:05:55 +0000 (15:05 -0500)]
Update intro.xml
Suzanne Goldlust [Tue, 18 Dec 2018 19:57:52 +0000 (14:57 -0500)]
Update kea-guide.xml
Marcin Siodelski [Thu, 28 Feb 2019 14:09:31 +0000 (15:09 +0100)]
[master] Added ChangeLog for #487.
Marcin Siodelski [Thu, 28 Feb 2019 11:48:17 +0000 (12:48 +0100)]
[#487,!242] Addressed the review comments in the optional_unittest.cc
Marcin Siodelski [Thu, 28 Feb 2019 10:08:26 +0000 (11:08 +0100)]
[#487,!242] Added a note to the Optonal template about required specializations.
Marcin Siodelski [Wed, 27 Feb 2019 09:38:03 +0000 (10:38 +0100)]
[#487,!242] Adjust CQL and PgSQL to OptionalValue changes.
Marcin Siodelski [Wed, 27 Feb 2019 07:06:21 +0000 (08:06 +0100)]
[#487,!242] Set defaults for 4o6 config in subnet.
Marcin Siodelski [Tue, 26 Feb 2019 13:27:57 +0000 (14:27 +0100)]
[#487,!242] Simple optional parameters are unit tested in subnet and netw.
Marcin Siodelski [Tue, 26 Feb 2019 11:45:14 +0000 (12:45 +0100)]
[#487,!242] Use Optionals in the Subnet and Shared networks.
Marcin Siodelski [Mon, 25 Feb 2019 13:20:29 +0000 (14:20 +0100)]
[#487,!242] Triplet now derives from Optional.
Marcin Siodelski [Mon, 25 Feb 2019 12:05:47 +0000 (13:05 +0100)]
[#487,!242] Moved optional_value.h to optional.h
Marcin Siodelski [Mon, 25 Feb 2019 11:35:44 +0000 (12:35 +0100)]
[#487,!242] Adjusted OptionalValue to Triplet and renamed to Optional.
Thomas Markwalder [Thu, 28 Feb 2019 13:28:56 +0000 (08:28 -0500)]
[master] Added ChangeLog entry 1531.
Thomas Markwalder [Thu, 28 Feb 2019 13:27:19 +0000 (08:27 -0500)]
[master] kea-dhcp4 now merges option defs from config backend
Merge branch '400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration'
Thomas Markwalder [Wed, 27 Feb 2019 20:07:27 +0000 (15:07 -0500)]
[#404,!243] Addressed review comments
Minor clean up and commentary.
Francis Dupont [Tue, 26 Feb 2019 18:17:55 +0000 (19:17 +0100)]
[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration] spelling
Francis Dupont [Tue, 26 Feb 2019 18:08:25 +0000 (19:08 +0100)]
[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration] Spelling and wording
Thomas Markwalder [Tue, 26 Feb 2019 13:25:54 +0000 (08:25 -0500)]
[#400,!243] kea-dhcp4 now merges in option definitions
src/bin/dhcp4/tests/config_backend_unittest.cc
TEST_F(Dhcp4CBTest, mergeGlobals) - enabled/revamped
src/lib/dhcpsrv/tests/cfg_option_def_unittest.cc
TEST(CfgOptionDefTest, merge) - new test
src/lib/dhcpsrv/cfg_option_def.*
CfgOptionDef::merge(CfgOptionDef& other) - new method
which merges option definitions
Removed const from "other" parameter in in the following merge methods:
CfgSharedNetworks4::merge(CfgSharedNetworks4& other)
CfgSubnets4::merge(CfgSharedNetworks4Ptr networks, CfgSubnets4& other);
SrvConfig::merge(ConfigBase& other)
SrvConfig::merge4(SrvConfig& other)
SrvConfig::mergeGlobals4(SrvConfig& other)
ConfigBase::merge(ConfigBase& other)
Tomek Mrugalski [Mon, 25 Feb 2019 11:24:41 +0000 (12:24 +0100)]
[#162] ChangeLog updated.
Tomek Mrugalski [Thu, 21 Feb 2019 04:06:41 +0000 (05:06 +0100)]
[#162] AUTHORS updated
Tomek Mrugalski [Thu, 21 Feb 2019 04:05:33 +0000 (05:05 +0100)]
[#162] Added back netconf status (with proper quotes)
Adam Osuchowski [Fri, 12 Oct 2018 12:21:35 +0000 (14:21 +0200)]
possible syntax error in shell script - quotes required
Tomek Mrugalski [Thu, 21 Feb 2019 04:03:55 +0000 (05:03 +0100)]
[#162] Temporary line removal to avoid conflict.
Marcin Siodelski [Fri, 22 Feb 2019 14:03:32 +0000 (15:03 +0100)]
[#94,!235] Pass pool type by reference.
Marcin Siodelski [Fri, 22 Feb 2019 13:50:58 +0000 (14:50 +0100)]
[#94,!235] Added whitespace.
Francis Dupont [Fri, 22 Feb 2019 13:25:01 +0000 (14:25 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Address last comment
Francis Dupont [Fri, 22 Feb 2019 12:50:44 +0000 (13:50 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments
Francis Dupont [Fri, 22 Feb 2019 12:20:09 +0000 (13:20 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments
Francis Dupont [Thu, 21 Feb 2019 21:03:20 +0000 (22:03 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Addressed some comments
Francis Dupont [Wed, 20 Feb 2019 22:15:31 +0000 (23:15 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Updated pd_pool [dhcp6_]subnet_id to match #460
Francis Dupont [Mon, 11 Feb 2019 12:59:21 +0000 (13:59 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getOption*
Francis Dupont [Mon, 11 Feb 2019 12:00:32 +0000 (13:00 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared get*OptionDef[s]
Francis Dupont [Mon, 11 Feb 2019 10:27:56 +0000 (11:27 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getGlobalParameters
Francis Dupont [Mon, 11 Feb 2019 10:06:59 +0000 (11:06 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Moved to push_back in getOptions
Francis Dupont [Mon, 11 Feb 2019 10:04:30 +0000 (11:04 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Fixed MYSQL_DELETE_PD_POOLS
Francis Dupont [Sat, 9 Feb 2019 22:55:37 +0000 (23:55 +0100)]
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Adapted code for DHCPv6 support without implementing it
Thomas Markwalder [Thu, 21 Feb 2019 18:39:16 +0000 (13:39 -0500)]
[master] Added ChangeLog entry 1529.
Thomas Markwalder [Thu, 21 Feb 2019 18:38:02 +0000 (13:38 -0500)]
[master] kea-dhcp4 config merge now merges globals
Merge branch '402-merge-dhcpv4-global-parameters-fetched-from-the-cb-into-the-configuration'
Thomas Markwalder [Thu, 21 Feb 2019 15:40:51 +0000 (10:40 -0500)]
[#402,!224] Addressed review comments
Francis Dupont [Thu, 21 Feb 2019 13:40:19 +0000 (14:40 +0100)]
[master] Added ChangeLog entry fro DHCPv6 CB MySQL schema updates
Francis Dupont [Thu, 21 Feb 2019 12:06:56 +0000 (13:06 +0100)]
[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Added new schema v6 update tests
Francis Dupont [Sun, 10 Feb 2019 00:19:34 +0000 (01:19 +0100)]
[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Ported DHCPv4 trigger & co to DHCPv6
Tomek Mrugalski [Thu, 21 Feb 2019 03:38:48 +0000 (04:38 +0100)]
[#161,!240] ChangeLog updated
Tomek Mrugalski [Wed, 20 Feb 2019 18:55:17 +0000 (19:55 +0100)]
[#161,!240] AUTHORS updated.
Tomek Mrugalski [Wed, 20 Feb 2019 18:52:13 +0000 (19:52 +0100)]
[#161,!240] Proper libdir is now printed.
Francis Dupont [Fri, 15 Feb 2019 14:41:43 +0000 (15:41 +0100)]
[161-move-hooks-subdirectory-under-kea-own-directory] Added mysql_cb and fixed configure.ac
Adam Osuchowski [Fri, 12 Oct 2018 12:18:53 +0000 (14:18 +0200)]
hooksdir moved from $(libdir)/hooks to $(libdir)/kea/hooks
Thomas Markwalder [Wed, 20 Feb 2019 16:40:28 +0000 (11:40 -0500)]
[master] Added missing ChangeLog entry for #399.
Thomas Markwalder [Wed, 20 Feb 2019 16:22:49 +0000 (11:22 -0500)]
[#402,!224] kea-dhcp4 now merges global values from config backend
src/bin/dhcp4/json_config_parser.*
Moved global merge logic into SrvConfig
src/lib/dhcpsrv/srv_config.*
SrvConfig::merge(const ConfigBase& other) - now calls protocol
specific merge methods
SrvConfig::merge4() - new method for v4 merges
SrvConfig::mergeGlobals4() - new method for merging v4 globals
src/lib/dhcpsrv/tests/srv_config_unittest.cc
TEST_F(SrvConfigTest, mergeGlobals4) - new test
Francis Dupont [Wed, 20 Feb 2019 13:21:28 +0000 (14:21 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Removed quotes from the update script
Francis Dupont [Wed, 20 Feb 2019 13:16:30 +0000 (14:16 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Aligned server table idexes
Francis Dupont [Wed, 20 Feb 2019 12:53:26 +0000 (13:53 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated kea-admin tests for last change
Francis Dupont [Wed, 20 Feb 2019 12:37:17 +0000 (13:37 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed dhcp6_subnet_id in dhcp6_pd_pool too
Francis Dupont [Fri, 8 Feb 2019 18:46:18 +0000 (19:46 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated admin tests
Francis Dupont [Fri, 8 Feb 2019 18:15:19 +0000 (19:15 +0100)]
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed a dhcp6_pool (unused table) column
Francis Dupont [Wed, 20 Feb 2019 10:06:15 +0000 (11:06 +0100)]
[master] Added ChangeLog entry for DHCPv6 CB API
Marcin Siodelski [Wed, 20 Feb 2019 08:59:25 +0000 (09:59 +0100)]
[#458,!231] Corrected descriptions of getAllGlobalParametersX functions.
Francis Dupont [Tue, 19 Feb 2019 22:38:15 +0000 (23:38 +0100)]
[458-config-backend-support-in-src-lib] Addressed comments
Francis Dupont [Fri, 8 Feb 2019 16:58:47 +0000 (17:58 +0100)]
[458-config-backend-support-in-src-lib] Updated config backed code and test utils to handle DHCPv6
Michal Nowikowski [Tue, 19 Feb 2019 20:53:52 +0000 (21:53 +0100)]
perfdhcp avalanche: added todo comments
Michal Nowikowski [Tue, 19 Feb 2019 13:37:00 +0000 (14:37 +0100)]
perfdhcp avalache: improvements after review
- simplified differentiating for IP version and exchange types
- added more comments
- fixed unittest for receiver by mocking socket
- added option for building perfdhcp by hammer
- added workaround for compiler bug that cannot handle enum class
as a key to std::unordered_map
- hidden warnings from boost by changing compiler flag
from -I<boost-path> to -isystem <boost-path>
- removed unused options_ field from StatsMgr class
Michal Nowikowski [Mon, 18 Feb 2019 13:29:21 +0000 (14:29 +0100)]
perfdhcp avalanche: completed avalanche unit tests
Michal Nowikowski [Mon, 18 Feb 2019 12:30:40 +0000 (13:30 +0100)]
perfdhcp avalanche: improvements after review
- CommandOptions is no longer a signleton - this makes testing easier
- added -i option taking into account in Avalanche scen (execute only DO exchange)
- fixed collecting stats in Avalanche scen
- improved TestControl tests, moved some of them to BasicScen tests
- made PerfSocket testable: it has a base class which is used for mocking in TestControl tests
- all references to another singleton, IfaceMgr wrapped into PerfSocket - this makes testing easier
- added unit tests for basic and avalanche scenarios, and perf socket
- added -Werror to prevent ignore warnings
- added more comments
Michal Nowikowski [Thu, 14 Feb 2019 10:34:15 +0000 (11:34 +0100)]
perfdhcp avalanche: several improvements
- fixed restoring pkt timestamp,
- added base abstract class for scenarios,
- added comments
Michal Nowikowski [Wed, 13 Feb 2019 14:05:30 +0000 (15:05 +0100)]
perfdhcp avalanche: code cleanup
Michal Nowikowski [Wed, 13 Feb 2019 13:55:23 +0000 (14:55 +0100)]
perdhcp avalanche: removed ignore_timestamp_reorder and added correcting pkt timestamp to fix negative RTT issue
Michal Nowikowski [Wed, 13 Feb 2019 11:39:33 +0000 (12:39 +0100)]
perfdhcp avalanche: added ipv6 part
Michal Nowikowski [Wed, 13 Feb 2019 09:14:29 +0000 (10:14 +0100)]
cleaned up protected/public definition of TestControl class
Michal Nowikowski [Wed, 13 Feb 2019 08:40:57 +0000 (09:40 +0100)]
added scen help, code cleanup
Michal Nowikowski [Tue, 12 Feb 2019 14:55:51 +0000 (15:55 +0100)]
added avalanche scenario to perfdhcp
Francis Dupont [Wed, 6 Feb 2019 23:06:24 +0000 (00:06 +0100)]
[448-update-cb-cmds-to-handle-parameter-types] Extended SimpleRequiredKeywords with the any type
Tomek Mrugalski [Tue, 19 Feb 2019 12:04:38 +0000 (13:04 +0100)]
[#464,!238] ChangeLog updated
Francis Dupont [Mon, 18 Feb 2019 18:35:56 +0000 (19:35 +0100)]
[464-vivso-fix] Replaced vivso (v4 specific) by v6 vendor opts option
Tomek Mrugalski [Mon, 18 Feb 2019 15:58:25 +0000 (16:58 +0100)]
[#464,!238] Ability to add vendor opts in classes implemented for v6
Tomek Mrugalski [Mon, 18 Feb 2019 14:49:54 +0000 (15:49 +0100)]
[#464,!238] New tests for vendor opts in response only implemented
Tomek Mrugalski [Mon, 18 Feb 2019 14:49:22 +0000 (15:49 +0100)]
[#464,!238] v6 vendor options moved to separate file
Francis Dupont [Sat, 16 Feb 2019 14:19:52 +0000 (15:19 +0100)]
[464-vivso-fix] Fixed copyright years
Francis Dupont [Sat, 16 Feb 2019 14:01:42 +0000 (15:01 +0100)]
[464-vivso-fix] A a -> Add a
Francis Dupont [Sat, 16 Feb 2019 13:44:49 +0000 (14:44 +0100)]
[464-vivso-fix] Reindented
Tomek Mrugalski [Fri, 15 Feb 2019 16:29:04 +0000 (17:29 +0100)]
[#464,!238] User's guide updated
Tomek Mrugalski [Fri, 15 Feb 2019 15:39:15 +0000 (16:39 +0100)]
[#464,!238] configs simplified
Tomek Mrugalski [Fri, 15 Feb 2019 15:32:02 +0000 (16:32 +0100)]
[#464,!238] vivsoInResponseOnly fixed.
Tomek Mrugalski [Fri, 15 Feb 2019 14:54:18 +0000 (15:54 +0100)]
[#464,!238] New unit-test implemented for vendor opts processing
Tomek Mrugalski [Fri, 15 Feb 2019 12:45:02 +0000 (13:45 +0100)]
[#464,!238] Reenabled and cleaned up old vendor test
Tomek Mrugalski [Fri, 15 Feb 2019 12:44:42 +0000 (13:44 +0100)]
[#464,!238] Truncated vivso option moved to vendor_opts_unittest.cc
Tomek Mrugalski [Fri, 15 Feb 2019 12:33:31 +0000 (13:33 +0100)]
[#464,!238] Vendor tests moved to their own name (VendorOptsTest)
Tomek Mrugalski [Fri, 15 Feb 2019 12:29:08 +0000 (13:29 +0100)]
[#464,!238] Option 43 tests moved to vendor_opts_unittest.cc
Tomek Mrugalski [Fri, 15 Feb 2019 12:18:09 +0000 (13:18 +0100)]
[#464,!238] Moved vendor option tests to a separate file.
Tomek Mrugalski [Tue, 12 Feb 2019 19:05:57 +0000 (20:05 +0100)]
[#464,!238] Prototype fix for Genexis clients
Francis Dupont [Tue, 19 Feb 2019 10:50:08 +0000 (11:50 +0100)]
[master] Updated ChangeLog for iface::send returned value
Francis Dupont [Mon, 4 Feb 2019 16:12:51 +0000 (17:12 +0100)]
[417-incorrect-return-value-of-ifacemgr-send] Fixed interface manager and UDP socket packet filters send returned value