2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

308 Commits

Author SHA1 Message Date
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
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
f914dd9c96 [#1307] Added parked-packet-limit parameter to kea-dhcp4
Can be parsed, but does nothing

doc/examples/kea4/all-keys.json
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/json_config_parser.cc
src/lib/dhcpsrv/parsers/simple_parser4.cc
    added parked-packet-limit

src/bin/dhcp4/tests/config_parser_unittest.cc
    TEST_F(Dhcp4ParserTest, parkedPacketLimit)  - new test

src/bin/dhcp4/tests/get_config_unittest.cc
    updated
2021-09-17 11:10:34 -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
fac6fa357c [#1917] spelling corrections 2021-06-17 13:09:05 +00: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
Thomas Markwalder
6dffe6c360 [#1635] Use option 51 in conjunction with class triplet
Added a ChangeLog entry

doc/examples/kea4/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
    Updated doc

src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::getValidLft() - revamped to apply use class
    triplet with option 51

src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    TEST_F(AllocEngine4Test, getValidLft4)  - udpated
    to match new logic
2021-02-19 13:21:59 -05:00
Wlodek Wencel
6a6bf47a4f [#1546] changed ip addresses 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
0a4c54b818 Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
299c49d69f Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
198c651e8f Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Wlodek Wencel
459159ad91 [#1546] examples for option 43 and 125 2021-01-25 13:54:28 +01:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Razvan Becheriu
91132b70f5 [#1405] replaced tabs with spaces 2020-11-18 15:55:24 +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
Andrei Pavel
988b56dc04
[#1298] remove options not configurable in Kea 2020-10-23 19:35:20 +03:00
Andrei Pavel
800f1423cb
[#1298] all-options.json 2020-10-23 18:29:26 +03:00
Razvan Becheriu
870f2e3dec [#827] added better comments and values in examples 2020-10-23 17:46:39 +03:00
Razvan Becheriu
d8a0332c2e [#827] changed reconnect-wait-time value in examples 2020-10-23 16:49:01 +03:00
Razvan Becheriu
9838282212 [#827] updated examples with reconnect-wait-time and max-reconnect-tries 2020-10-23 16:39:32 +03:00
Thomas Markwalder
248722131a [#1386] Addressed review comments for !976
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
    fixed typos
2020-10-21 14:19:53 -04:00
Thomas Markwalder
00305bc7d4 [#1386] kea-dhcp4/6 now parse ddns-use-conflict-resolution
Both servers parse and store ddns-use-conflict-resolution but
do nothing with it.

doc/examples/kea4/all-keys.json
doc/examples/kea4/with-ddns.json
doc/examples/kea6/all-keys.json
doc/examples/kea6/with-ddns.json
    Added entries for ddns-use-conflict-resolution

src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp4/tests/get_config_unittest.cc
    Added support for ddns-use-conflict-resolution

src/bin/dhcp4/tests/get_config_unittest.cc.skel
    Changed important calls to ASSERT_NO_THROW_LOG to ease debugging

src/bin/dhcp6/dhcp6_lexer.ll
src/bin/dhcp6/dhcp6_parser.yy
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/tests/get_config_unittest.cc
    Added support for ddns-use-conflict-resolution

src/bin/dhcp6/tests/get_config_unittest.cc.skel
    Changed important calls to ASSERT_NO_THROW_LOG to ease debugging

src/lib/dhcpsrv/parsers/base_network_parser.cc
    Fixed copy/paste error
2020-10-21 14:19:52 -04:00
Francis Dupont
29face7b18 [#1423] Complete authoritative 2020-10-19 23:20:25 +02:00
Francis Dupont
b84b652c0f [#1423] Checkpoint: test keyword sets 2020-10-19 23:20:25 +02:00
Thomas Markwalder
eb68fc3b81 [#1385] kea-dhcp6 supports ddns-update-on-renew
(Parsers need to be regenerated)

    src/bin/dhcp6/dhcp6_lexer.ll
    src/bin/dhcp6/dhcp6_parser.yy
    src/bin/dhcp6/json_config_parser.cc
        added ddns-update-on-renew parameter

    src/bin/dhcp6/dhcp6_srv.*
        Dhcpv4Srv::createNameChangeRequests() - modified to
        use ddns-update-on-renew in logic

    src/bin/dhcp6/tests/fqdn_unittest.cc
        TEST_F(FqdnDhcpv6SrvTest, processRequestRenew) - new test

    src/bin/dhcp6/tests/get_config_unittest.cc
        Updated

    doc/examples/kea4/all-keys.json
    doc/examples/kea6/all-keys.json
        added ddns-update-on-renew parameter
2020-10-09 16:51:28 +02:00
Marcin Siodelski
dffa0cc71e [#1428] Added ip-reservations-unique to all-keys 2020-10-08 15:44:39 +02:00
Francis Dupont
692457e9b9 [#1418] Finished renames 2020-10-02 17:43:19 +02:00