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
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
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
Andrei Pavel
19cb752ada
[ #1454 ] fix PDExclude fields in example JSONs
...
excluded prefix length should be higher in value (smaller in address space)
2020-10-16 12:04:48 +03: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
Francis Dupont
2505d5e3fd
[ #1418 ] Checkpoint: updated library, a syntax regen is required
2020-10-02 16:48:59 +02:00
Francis Dupont
c353ecbeda
[ #1304 ] Checkpoint before regen (3)
2020-09-13 22:21:33 +02:00
Francis Dupont
f907a08345
[ #1304 ] Checkpoint before regen
2020-09-13 22:03:20 +02:00
Francis Dupont
45bac04fbe
[ #1304 ] Addressed comments
2020-09-12 10:50:34 +02:00
Francis Dupont
0fc1cd514d
[ #1304 ] Added config/parse
2020-09-12 10:50:34 +02:00
Razvan Becheriu
349a6aead2
[ #893 ] addressed review comments
2020-04-15 15:25:07 +03:00
Razvan Becheriu
ea9a9fa460
[ #893 ] addressed review comments
2020-04-14 22:27:43 +03:00
Razvan Becheriu
addd63ebb2
[ #893 ] minor changes
2020-04-14 22:21:45 +03:00
Razvan Becheriu
0ab220a3e3
[ #893 ] added multi-threading parameters
2020-04-14 22:20:29 +03:00
Francis Dupont
5f893e6696
[ #1005 ] Fixed comment
2020-04-14 20:31:35 +02:00
Francis Dupont
a4dc3db6b3
[ #1005 ] Checkpoint: updated stats lib
2020-04-14 20:31:35 +02:00
Thomas Markwalder
50ac4684ea
[ #1010 ] Fixed errors in all_keys.json files
2020-04-02 21:09:48 +02:00
Thomas Markwalder
afcccdb46a
[ #1010 ] Updated ARM and all-keys.json
...
modified:
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
2020-04-02 21:09:00 +02:00
Francis Dupont
e9c64725f2
[ #793 ] Changed last 8080 into 8888
2019-11-25 17:22:55 +01:00
Francis Dupont
dcd92fdb15
[793-default-port-in-ca-config-does-not-match-default-kea-shell-config] Moved from 8080 to 8000 as the second is the shell and CA default
2019-11-25 17:22:55 +01:00
Wlodek Wencel
72c3987dcf
[ #795 ] sockets paths unified between examples and default configs
2019-10-25 10:03:07 -04:00
Francis Dupont
d8d7ca6cb7
[35-local-d2-dhcp-ddns-client-config] Updated kea6/with-ddns.json example
2019-10-10 08:36:39 -04:00
Francis Dupont
28687f4f1d
[35-local-d2-dhcp-ddns-client-config] Updated enable-updates description
2019-10-10 08:36:39 -04:00
Thomas Markwalder
7cfc5d3fd3
[#35,!517] Addressed review comments
...
Addressed a myriad of minor typos and wording issues.
modified:
ChangeLog
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/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/config_parser_unittest.cc
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/d2_client_cfg.h
src/lib/dhcpsrv/parsers/base_network_parser.cc
src/lib/dhcpsrv/srv_config.h
2019-10-10 08:36:39 -04:00
Thomas Markwalder
4ac6e5b9ee
[#35,!517] Updated ARM and example confings
...
Updated:
doc/examples/kea4/all-keys.json
doc/examples/kea4/with-ddns.json
doc/examples/kea6/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
Added ChangeLogEntry
2019-10-10 08:36:14 -04:00
Thomas Markwalder
13e1bb4398
[#805,!5-p] Updated example confs
2019-08-16 17:54:31 -04:00
Thomas Markwalder
e961af14f9
[#805,!5-p] Updated example confs
2019-08-16 17:51:25 -04:00
Tomek Mrugalski
cf2967fb8f
[#837,!487] all-keys-{current,stable} renamed
2019-08-16 11:01:28 -04:00