2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

15 Commits

Author SHA1 Message Date
Razvan Becheriu
785efcc92a [#3333] move hook libraries to open source 2025-02-21 21:34:58 +00:00
Francis Dupont
6d95ccb0f0 [#3398] Made 1234 the default secret/password 2025-01-27 15:05:11 +01:00
Thomas Markwalder
8be11da77f [#3592] Fixed minor typos in docs
modified:   doc/examples/kea4/hooks-radius.json
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/hooks-bootp.rst
2024-12-02 16:34:45 +00:00
Thomas Markwalder
b4ca3bdd20 [#3582] Update kea-dhcp6 parsing and UTs
/doc/examples/kea4/all-keys.json
/doc/examples/kea4/classify.json
/doc/examples/kea4/classify2.json
/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json
/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json
/doc/examples/kea4/ha-load-balancing-server2-mt.json
/doc/examples/kea4/ha-load-balancing-server2-mt.json
/doc/examples/kea4/hooks-radius.json
/doc/examples/kea6/all-keys.json

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

/src/bin/dhcp4/tests/get_config_unittest.cc
    updated

/src/bin/dhcp6/dhcp6_lexer.ll
/src/bin/dhcp6/dhcp6_parser.yy
    added support for client-classes

/src/bin/dhcp6/tests/config_parser_unittest.cc
    updated
    TEST_F(Dhcp6ParserTest, sharedNetworksDeriveClientClass) - removed obsolete test
    TEST_F(Dhcp6ParserTest, deprecatedClientClassesCheck) - new test

/src/bin/dhcp6/tests/get_config_unittest.cc
/src/bin/dhcp6/tests/host_unittest.cc
/src/bin/dhcp6/tests/shared_network_unittest.cc
    updated

src/lib/dhcpsrv/parsers/simple_parser6.cc
    Corrected globals
2024-11-26 17:19:56 +00:00
Andrei Pavel
ab23887672
[#2804] make text edits consistent across the ARM 2023-04-19 17:58:06 +03:00
Razvan Becheriu
fd22d21102 [#2474] added unittests which load and validate example files 2022-07-22 22:05:50 +03:00
Andrei Pavel
1e6da03272
[#1760] spell checks 2021-03-26 13:02:13 +02:00
Michal Nowikowski
eb23facd72 fixed hooks location from lib/hooks to lib/kea/hooks 2019-05-27 19:32:35 +02:00
Francis Dupont
8f11078c39 [5617] Updated doc and example 2018-05-16 15:51:36 +02:00
Francis Dupont
cfc7596fcc [5605a] Made extract DUID false for accounting 2018-05-06 10:35:58 +02:00
Francis Dupont
56a5ccc27a [5605a] [5608] Fixed example and guide 2018-05-03 13:07:25 +02:00
Tomek Mrugalski
587c4ca1ac [5605a] Resolved cherry-pick conflicts 2018-05-03 13:07:07 +02:00
Francis Dupont
2e182eba86 [5605a] Removed Password attribute for accounting 2018-05-02 21:40:12 +02:00
Francis Dupont
940f7834ef [5605a] Updated to a running config (cf #5605 for other configs) 2018-05-02 01:48:46 +02:00
Tomek Mrugalski
9ac3bf4394 [5538] Example config updated. 2018-04-27 07:16:30 +01:00