summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/shared_network.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2677] Ignore invalid renew-timer valuesThomas Markwalder2023-02-101-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 containerFrancis Dupont2022-01-171-5/+5
|
* [#1405] updated unittestsRazvan Becheriu2020-11-181-12/+0
|
* Revert [#1283]Michal Nowikowski2020-07-241-1/+1
| | | | | This reverts commit d30af02ceaebcbea2dcd41fbcd9e98a6fd518f78 and 392d1e5926cf46d3a6c81a8858f06b1ac5d86d87.
* [#1341] updated copyright year in changed filesMichal Nowikowski2020-07-241-1/+1
|
* [#1283] Added (and used) IOAddress hashFrancis Dupont2020-07-231-1/+1
|
* [#716,!412] Multiple tags are returned with shared networks.Marcin Siodelski2019-07-091-0/+35
|
* [#642,!373] Extended StampedElement to hold multiple server tags.Marcin Siodelski2019-06-271-8/+8
|
* [527-check-return-value-of-multi-index-push_back] Added missing (but not ↵Francis Dupont2019-06-211-0/+8
| | | | required?) declaration and instantiations
* [527-check-return-value-of-multi-index-push_back] Addressed commentsFrancis Dupont2019-06-211-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 Dupont2019-05-101-6/+4
| | | | subnetsAllHRGlobal type
* [509-improve-disabling-client-id] [509-improve-disabling-client-id-] Fixed typo.Marcin Siodelski2019-05-101-1/+1
|
* [509-improve-disabling-client-id] [509-improve-disabling-client-id-] ↵Francis Dupont2019-05-101-0/+26
| | | | Factored subnetsIncludeMatchClientId and subnetsAllHRGlobal
* [465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] ↵Francis Dupont2019-04-191-0/+26
| | | | Added shared network replace(subnet) -- unit test to do
* [#571,!306] Added factory functions to objects used in MySQL CB.Marcin Siodelski2019-04-181-6/+36
|
* [#103,!289] Added by-id index to shared networks collection.Marcin Siodelski2019-04-101-5/+21
|
* [#490,!284] Addressed review comments.Marcin Siodelski2019-03-271-2/+2
|
* [#490,!284] Working PoC of inheritance in networks and globals.Marcin Siodelski2019-03-271-23/+5
|
* [#99,!176] Implemented test config backend for DHCPv4.Marcin Siodelski2018-12-201-1/+18
|
* [5437] Added a todo requested in review.Marcin Siodelski2018-03-021-0/+3
|
* [5437] Select last used subnet for new allocations in DHCPv6.Marcin Siodelski2018-02-271-1/+26
|
* [5437] Optimized preferred subnet selection within shared network.Marcin Siodelski2018-02-261-0/+22
|
* [5396] delAll method implemented in SharedNetwork{4,6}Tomek Mrugalski2017-10-211-0/+6
|
* [5376] Accept explicitly configured server identifiers in inbound msgs.Marcin Siodelski2017-10-171-0/+12
|
* [5371] Fixed doxygen errorsFrancis Dupont2017-10-071-2/+2
|
* [5306] Implemented getNextSubnet() function for subnets.Marcin Siodelski2017-09-181-4/+4
|
* [5305] Introduced Network4/Network6.Marcin Siodelski2017-09-051-276/+84
|
* [5305] Implemented CfgSharedNetworks class.Marcin Siodelski2017-09-011-1/+44
|
* [5305] Basic toElement() data dump for shared network implemented.Marcin Siodelski2017-08-311-1/+15
|
* [5305] Added names to shared networks.Marcin Siodelski2017-08-311-0/+43
|
* [5305] Introduced shared networks holding subnets.Marcin Siodelski2017-08-311-0/+374