summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2595] Updated all-keys.json filesFrancis Dupont2022-10-181-1/+11
|
* [#2441] fixed comments in examplesRazvan Becheriu2022-08-292-17/+21
|
* [#2441] added HA+MT and HA+MT+TLS examplesRazvan Becheriu2022-08-272-38/+209
|
* [#2071] fixed distcheckRazvan Becheriu2022-08-101-8/+8
|
* [#2474] added unittests which load and validate example filesRazvan Becheriu2022-07-2225-104/+107
|
* [#2224] added missing parameters including TLS connection parameters to YANG ↵Razvan Becheriu2022-07-222-7/+51
| | | | models
* [#2418] Addressed all 'four database' occurrencesFrancis Dupont2022-06-2012-12/+12
|
* [#2423] release changes: spelling correctionsAndrei Pavel2022-05-231-2/+2
|
* [#1716] fixed doxygen, missing documentation, fixed compilationRazvan Becheriu2022-04-041-9/+11
|
* [#1716] Extend existing testsSlawek Figiel2022-04-041-1/+16
|
* [#2116] addressed reviewRazvan Becheriu2022-03-311-14/+1
|
* [#2116] remove cql codeRazvan Becheriu2022-03-3117-218/+30
|
* [#2249] addressed commentsRazvan Becheriu2022-03-151-3/+3
|
* [#2249] Addressed commentsFrancis Dupont2022-03-141-1/+1
|
* [#2249] Checkpoint: doc to finishFrancis Dupont2022-03-141-1/+2
|
* [#2249] Checkpoint before regenFrancis Dupont2022-03-141-0/+7
|
* [#2036] make host reservations lookup before lease lookup configurableRazvan Becheriu2022-02-041-0/+7
|
* [#34] Addressed almost all commentsFrancis Dupont2022-01-061-2/+2
|
* [#34] Checkpoint: more PgSQL/CQL and hookFrancis Dupont2022-01-062-2/+2
|
* [#34] Checkpoint: code and tests to doFrancis Dupont2022-01-062-2/+20
|
* [#2136] update all-keys-netconf.json and remove all-keys.json from testsAndrei Pavel2021-11-181-60/+331
|
* [#2136] add most of the missing YANG nodes and test with all-keys.jsonAndrei Pavel2021-11-181-1/+1
|
* [#2139] Updated max-response-delay in example configsThomas Markwalder2021-11-111-1/+1
| | | | | | modified: doc/examples/kea4/ha-load-balancing-primary.json doc/examples/kea6/ha-hot-standby.json
* [#1307] Addressed review commentsThomas Markwalder2021-09-171-1/+1
| | | | | | | | | | Minor clean ups in: ChangeLog doc/examples/kea4/all-keys.json doc/examples/kea6/all-keys.json doc/sphinx/arm/hooks-ha.rst src/bin/dhcp4/tests/config_parser_unittest.cc
* [#1307] kea-dhcp6 supports parked-packet-limitThomas Markwalder2021-09-171-0/+12
| | | | | | | | | | | | | | | | | | | src/bin/dhcp6/dhcp6_lexer.ll src/bin/dhcp6/dhcp6_parser.yy src/bin/dhcp6/json_config_parser.cc src/lib/dhcpsrv/parsers/simple_parser6.cc doc/examples/kea6/all-keys.json Added parked-packet-limit src/bin/dhcp6/dhcp6_messages.* DHCP6_HOOK_LEASES6_PARKING_LOT_FULL src/bin/dhcp6/dhcp6_srv.cc Dhcpv6Srv::processDhcp6Query() - drops the packet if the parking lot is full src/bin/dhcp6/tests/get_config_unittest.cc updated
* [#1710] Added lifetimes to v6 client classesThomas Markwalder2021-08-201-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kea-dhcp6 client classes now support valid and preferred lifetime triplets. Need to update ARM and CB yet. /doc/examples/kea6/all-keys.json Updated /src/bin/dhcp6/dhcp6_lexer.ll b/src/bin/dhcp6/dhcp6_lexer.ll Added preferred and valid lifetime parameters to client class /src/bin/dhcp6/dhcp6_parser.yy Added preferred and valid lifetime parameters to client class src/bin/dhcp6/tests/config_parser_unittest.cc TEST_F(Dhcp6ParserTest, clientClassValidPreferredLifetime) - new test /src/bin/dhcp6/tests/parser_unittest.cc Added use of EXPECT_NO_THROW_LOG to ease finding JSON errors /src/lib/dhcpsrv/alloc_engine.* AllocEngine::getLifetimes6() - new function Lease6Ptr AllocEngine::createLease6() - calls new function /src/lib/dhcpsrv/client_class_def.* /src/lib/dhcpsrv/parsers/client_class_def_parser.cc ClientClassDef - added support for preferred lifetime triplet /src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc TEST_F(AllocEngine6Test, getValidLifetime) TEST_F(AllocEngine6Test, getPreferredLifetime) - new tests /src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc TEST_F(ClientClassDefParserTest, preferredLifetimeTests) - new test /src/lib/dhcpsrv/tests/client_class_def_unittest.cc updated tests
* [#1930] minor wording and formatting changesAndrei Pavel2021-08-124-5/+5
|
* [#1930] do not mention reservations-out-of-pool when reservations-in-subnet ↵Razvan Becheriu2021-08-124-1/+8
| | | | is false
* [#1860] document lenient option parsingAndrei Pavel2021-05-191-0/+8
|
* [#1821] spelling correctionsAndrei Pavel2021-04-2611-11/+11
|
* [#1621] implemented "on-fail" action for connection recoveryRazvan Becheriu2021-03-292-4/+6
|
* [#1621] disabling connection recovery mechanish is not available in core ↵Razvan Becheriu2021-03-292-8/+3
| | | | managers
* [#1621] added documentationRazvan Becheriu2021-03-292-0/+5
|
* [#1621] add enable-connection-recovery parameter to configure connection ↵Razvan Becheriu2021-03-292-2/+0
| | | | recovery
* [#1621] updated parsersRazvan Becheriu2021-03-291-0/+2
|
* [#1621] add disable-dhcp-on-db-loss parameter to configure network state effectRazvan Becheriu2021-03-293-0/+5
|
* [#1760] spell checksAndrei Pavel2021-03-264-6/+6
|
* [#1717] correct some URLsAndrei Pavel2021-03-231-1/+1
|
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-252-2/+2
|
* [#1405] updated unittestsRazvan Becheriu2020-11-184-17/+32
|
* [#1405] addressed commentsRazvan Becheriu2020-11-184-15/+66
|
* [#1405] merged first passRazvan Becheriu2020-11-181-9/+14
|
* [#1405] in-subnet is equivalent to allRazvan Becheriu2020-11-181-3/+3
|
* [#1405] fixed commentsRazvan Becheriu2020-11-181-3/+3
|
* [#1405] implemented separate boolean flags for reservation modesRazvan Becheriu2020-11-181-24/+30
|
* [#1405] minor changesRazvan Becheriu2020-11-181-4/+2
|
* [#1405] reverted test configsRazvan Becheriu2020-11-184-81/+13
|
* [#1405] fixed unittestsRazvan Becheriu2020-11-185-33/+33
|
* [#1405] added parser for the reservation-modes mapRazvan Becheriu2020-11-185-20/+113
|
* [#1457] change pools to not overlap in all-keysAndrei Pavel2020-11-168-11/+4
|