Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#2677] Ignore invalid renew-timer values | Thomas Markwalder | 2023-02-10 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/lib/dhcpsrv/dhcpsrv_messages.* DHCPSRV_CFGMGR_RENEW_GTR_REBIND - new message src/lib/dhcpsrv/network.h Added Network::getLabel() src/lib/dhcpsrv/parsers/base_network_parser.cc BaseNetworkParser::parseCommon() - log renew > rebind rather than throw src/lib/dhcpsrv/parsers/dhcp_parsers.cc Subnet4ConfigParser::initSubnet() - removed duplicate timer check Subnet6ConfigParser::initSubnet() - removed duplicate timer check src/lib/dhcpsrv/shared_network.h Added SharedNetwork4::getLabel() Added SharedNetwork6::getLabel() src/lib/dhcpsrv/subnet.h Added Subnet::getLabel() src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc TEST_F(Subnet4ParserTest, parseWithInvalidRenewRebind) - new test src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc TEST_F(Subnet4ParserTest, parseWithInvalidRenewRebind) - new test src/lib/dhcpsrv/tests/shared_network_parser_unittest.cc Updated tests | ||||
* | [#2254] Ported simple subnet container | Francis Dupont | 2022-01-17 | 1 | -5/+5 |
| | |||||
* | [#1405] updated unittests | Razvan Becheriu | 2020-11-18 | 1 | -12/+0 |
| | |||||
* | Revert [#1283] | Michal Nowikowski | 2020-07-24 | 1 | -1/+1 |
| | | | | | This reverts commit d30af02ceaebcbea2dcd41fbcd9e98a6fd518f78 and 392d1e5926cf46d3a6c81a8858f06b1ac5d86d87. | ||||
* | [#1341] updated copyright year in changed files | Michal Nowikowski | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | [#1283] Added (and used) IOAddress hash | Francis Dupont | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | [#716,!412] Multiple tags are returned with shared networks. | Marcin Siodelski | 2019-07-09 | 1 | -0/+35 |
| | |||||
* | [#642,!373] Extended StampedElement to hold multiple server tags. | Marcin Siodelski | 2019-06-27 | 1 | -8/+8 |
| | |||||
* | [527-check-return-value-of-multi-index-push_back] Added missing (but not ↵ | Francis Dupont | 2019-06-21 | 1 | -0/+8 |
| | | | | required?) declaration and instantiations | ||||
* | [527-check-return-value-of-multi-index-push_back] Addressed comments | Francis Dupont | 2019-06-21 | 1 | -0/+8 |
| | | | | | | Added shared network getSubnet by prefix Fixed and completed subnet duplicate unit tests | ||||
* | [509-improve-disabling-client-id] [509-improve-disabling-client-id-] Change ↵ | Francis Dupont | 2019-05-10 | 1 | -6/+4 |
| | | | | subnetsAllHRGlobal type | ||||
* | [509-improve-disabling-client-id] [509-improve-disabling-client-id-] Fixed typo. | Marcin Siodelski | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | [509-improve-disabling-client-id] [509-improve-disabling-client-id-] ↵ | Francis Dupont | 2019-05-10 | 1 | -0/+26 |
| | | | | Factored subnetsIncludeMatchClientId and subnetsAllHRGlobal | ||||
* | [465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] ↵ | Francis Dupont | 2019-04-19 | 1 | -0/+26 |
| | | | | Added shared network replace(subnet) -- unit test to do | ||||
* | [#571,!306] Added factory functions to objects used in MySQL CB. | Marcin Siodelski | 2019-04-18 | 1 | -6/+36 |
| | |||||
* | [#103,!289] Added by-id index to shared networks collection. | Marcin Siodelski | 2019-04-10 | 1 | -5/+21 |
| | |||||
* | [#490,!284] Addressed review comments. | Marcin Siodelski | 2019-03-27 | 1 | -2/+2 |
| | |||||
* | [#490,!284] Working PoC of inheritance in networks and globals. | Marcin Siodelski | 2019-03-27 | 1 | -23/+5 |
| | |||||
* | [#99,!176] Implemented test config backend for DHCPv4. | Marcin Siodelski | 2018-12-20 | 1 | -1/+18 |
| | |||||
* | [5437] Added a todo requested in review. | Marcin Siodelski | 2018-03-02 | 1 | -0/+3 |
| | |||||
* | [5437] Select last used subnet for new allocations in DHCPv6. | Marcin Siodelski | 2018-02-27 | 1 | -1/+26 |
| | |||||
* | [5437] Optimized preferred subnet selection within shared network. | Marcin Siodelski | 2018-02-26 | 1 | -0/+22 |
| | |||||
* | [5396] delAll method implemented in SharedNetwork{4,6} | Tomek Mrugalski | 2017-10-21 | 1 | -0/+6 |
| | |||||
* | [5376] Accept explicitly configured server identifiers in inbound msgs. | Marcin Siodelski | 2017-10-17 | 1 | -0/+12 |
| | |||||
* | [5371] Fixed doxygen errors | Francis Dupont | 2017-10-07 | 1 | -2/+2 |
| | |||||
* | [5306] Implemented getNextSubnet() function for subnets. | Marcin Siodelski | 2017-09-18 | 1 | -4/+4 |
| | |||||
* | [5305] Introduced Network4/Network6. | Marcin Siodelski | 2017-09-05 | 1 | -276/+84 |
| | |||||
* | [5305] Implemented CfgSharedNetworks class. | Marcin Siodelski | 2017-09-01 | 1 | -1/+44 |
| | |||||
* | [5305] Basic toElement() data dump for shared network implemented. | Marcin Siodelski | 2017-08-31 | 1 | -1/+15 |
| | |||||
* | [5305] Added names to shared networks. | Marcin Siodelski | 2017-08-31 | 1 | -0/+43 |
| | |||||
* | [5305] Introduced shared networks holding subnets. | Marcin Siodelski | 2017-08-31 | 1 | -0/+374 |