2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

255 Commits

Author SHA1 Message Date
Razvan Becheriu
05366c117a [#2441] added HA+MT and HA+MT+TLS examples 2022-08-27 10:15:39 +03:00
Razvan Becheriu
b8947eda63 [#2071] fixed distcheck 2022-08-10 16:02:22 +02:00
Razvan Becheriu
fd22d21102 [#2474] added unittests which load and validate example files 2022-07-22 22:05:50 +03:00
Razvan Becheriu
8f7c1b1521 [#2224] added missing parameters including TLS connection parameters to YANG models 2022-07-22 11:12:54 +03:00
Francis Dupont
bce2ce5eab [#2418] Addressed all 'four database' occurrences 2022-06-20 12:38:40 +00:00
Andrei Pavel
49bdfd9216 [#2423] release changes: spelling corrections 2022-05-23 14:33:09 +00:00
Razvan Becheriu
25afca7303 [#1716] fixed doxygen, missing documentation, fixed compilation 2022-04-04 17:47:26 +03:00
Slawek Figiel
6a25bf75f2 [#1716] Extend existing tests 2022-04-04 17:46:44 +03:00
Razvan Becheriu
7eb6ad54e4 [#2116] addressed review 2022-03-31 08:11:37 +00:00
Razvan Becheriu
d41571ce17 [#2116] remove cql code 2022-03-31 08:11:37 +00:00
Razvan Becheriu
bdd4db1ded [#2249] addressed comments 2022-03-15 06:44:49 +02:00
Francis Dupont
88a932fbbf [#2249] Addressed comments 2022-03-14 20:22:51 +02:00
Francis Dupont
06be19c83e [#2249] Checkpoint: doc to finish 2022-03-14 20:20:37 +02:00
Francis Dupont
af504ccd27 [#2249] Checkpoint before regen 2022-03-14 20:20:37 +02:00
Razvan Becheriu
cd5f61195a [#2036] make host reservations lookup before lease lookup configurable 2022-02-04 16:35:23 +02:00
Francis Dupont
875dbd68e5 [#34] Addressed almost all comments 2022-01-06 13:12:40 +01:00
Francis Dupont
5529fd8501 [#34] Checkpoint: more PgSQL/CQL and hook 2022-01-06 13:12:40 +01:00
Francis Dupont
1d3f0133ba [#34] Checkpoint: code and tests to do 2022-01-06 13:12:40 +01:00
Andrei Pavel
fc2d6c191a [#2136] update all-keys-netconf.json and remove all-keys.json from tests 2021-11-18 16:12:36 +02:00
Andrei Pavel
52e88e7948 [#2136] add most of the missing YANG nodes and test with all-keys.json 2021-11-18 16:12:36 +02:00
Thomas Markwalder
68554fb007 [#2139] Updated max-response-delay in example configs
modified:
    doc/examples/kea4/ha-load-balancing-primary.json
    doc/examples/kea6/ha-hot-standby.json
2021-11-11 14:58:02 -05:00
Thomas Markwalder
d1b581903e [#1307] Addressed review comments
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
2021-09-17 11:12:03 -04:00
Thomas Markwalder
c9f19c5322 [#1307] kea-dhcp6 supports parked-packet-limit
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
2021-09-17 11:10:34 -04:00
Thomas Markwalder
d98770b09c [#1710] Added lifetimes to v6 client classes
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
2021-08-20 08:43:29 -04:00
Andrei Pavel
0493faea8d [#1930] minor wording and formatting changes 2021-08-12 14:15:05 +03:00
Razvan Becheriu
5d2b034e82 [#1930] do not mention reservations-out-of-pool when reservations-in-subnet is false 2021-08-12 14:15:05 +03:00
Andrei Pavel
5329d68c4c
[#1860] document lenient option parsing 2021-05-19 15:59:03 +03:00
Andrei Pavel
be13751538 [#1821] spelling corrections 2021-04-26 06:04:55 +00:00
Razvan Becheriu
ca812d1116 [#1621] implemented "on-fail" action for connection recovery 2021-03-29 21:11:29 +03:00
Razvan Becheriu
f525fc6335 [#1621] disabling connection recovery mechanish is not available in core managers 2021-03-29 21:11:29 +03:00
Razvan Becheriu
f2e1f082a1 [#1621] added documentation 2021-03-29 21:11:29 +03:00
Razvan Becheriu
2a06054b55 [#1621] add enable-connection-recovery parameter to configure connection recovery 2021-03-29 21:11:29 +03:00
Razvan Becheriu
a730cfea4e [#1621] updated parsers 2021-03-29 21:11:29 +03:00
Razvan Becheriu
bb87d03147 [#1621] add disable-dhcp-on-db-loss parameter to configure network state effect 2021-03-29 21:11:29 +03:00
Andrei Pavel
1e6da03272
[#1760] spell checks 2021-03-26 13:02:13 +02:00
Andrei Pavel
e47a26ee2f [#1717] correct some URLs 2021-03-23 13:32:54 +00:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Razvan Becheriu
5c08247870 [#1405] updated unittests 2020-11-18 15:55:24 +02:00
Razvan Becheriu
a694f0e5b8 [#1405] addressed comments 2020-11-18 15:55:24 +02:00
Razvan Becheriu
8d05ba02b2 [#1405] merged first pass 2020-11-18 15:55:23 +02:00
Razvan Becheriu
21f9a8f82c [#1405] in-subnet is equivalent to all 2020-11-18 15:55:23 +02:00
Razvan Becheriu
d0c39563d3 [#1405] fixed comments 2020-11-18 15:55:22 +02:00
Razvan Becheriu
4bb89f01a7 [#1405] implemented separate boolean flags for reservation modes 2020-11-18 15:55:22 +02:00
Razvan Becheriu
b676b154ac [#1405] minor changes 2020-11-18 15:55:22 +02:00
Razvan Becheriu
12a3a90c7a [#1405] reverted test configs 2020-11-18 15:55:22 +02:00
Razvan Becheriu
5d1fac920a [#1405] fixed unittests 2020-11-18 15:55:22 +02:00
Razvan Becheriu
06d2ec5edd [#1405] added parser for the reservation-modes map 2020-11-18 15:55:22 +02:00
Andrei Pavel
f83c4980aa [#1457] change pools to not overlap in all-keys 2020-11-16 08:15:25 +00:00
Tomek Mrugalski
389c099d62
[#1298] Added description of the v6 vendor options 2020-10-23 19:35:20 +03:00
Andrei Pavel
988b56dc04
[#1298] remove options not configurable in Kea 2020-10-23 19:35:20 +03:00