Suzanne Goldlust
f835477662
[ #3808 ] Update ARM for new hooks licensing
2025-03-21 14:19:42 +00:00
Francis Dupont
6861ed9c2a
[ #3683 ] Addressed more comments
2025-03-04 22:49:13 +01:00
Francis Dupont
845483a948
[ #3683 ] Addressed soem comments
2025-03-04 22:49:13 +01:00
Francis Dupont
7a90a14a1b
[ #3683 ] Checkpoint: UTs to do
2025-03-04 22:49:12 +01:00
Thomas Markwalder
3e9e1b1999
[ #3747 ] Updated ARM
...
/doc/sphinx/arm/classify.rst
/src/lib/dhcpsrv/cfg_option.h
CfgOption::allowedForClientClasses()
- rewrote to use existing hash index and optimized
/src/lib/dhcpsrv/tests/cfg_option_unittest.cc
TEST_F(CfgOptionTest, allowedForClientClasses)
- Added case for option not found
Added change log entry file
2025-03-04 15:24:28 +00:00
Razvan Becheriu
785efcc92a
[ #3333 ] move hook libraries to open source
2025-02-21 21:34:58 +00:00
Francis Dupont
a1645331df
[ #3683 ] Added addr-reg-enable
2025-02-21 18:23:21 +01:00
Andrei Pavel
a4f48dc0f3
[ #3730 ] Unrelated: fix a doc error on old Sphinx
2025-02-21 18:43:18 +02:00
Thomas Markwalder
3a1d358972
[ #3463 ] Added note to ARM
...
modified: arm/hooks-lease-cmds.rst
2025-02-19 13:16:49 -05:00
Thomas Markwalder
ea27531e9d
[ #3463 ] Fixed JSON error in ARM
2025-02-18 14:24:17 -05:00
Thomas Markwalder
68484ade70
[ #3463 ] Addressed most of review comments
2025-02-18 18:54:19 +00:00
Thomas Markwalder
0fa0a17857
[#3464} Fix ARM again
...
Added missing blank line.
2025-02-18 18:54:19 +00:00
Thomas Markwalder
5cc3d240cd
[ #3463 ] Fix JSON in ARM
...
modified: hooks-lease-cmds.rst
2025-02-18 18:54:19 +00:00
Thomas Markwalder
69380a93fd
[ #3463 ] Updated ARM
...
new file:
changelog_unreleased/3463-optionally-store-response-dhcp-options-in-lease-user-context
modified:
doc/sphinx/arm/hooks-lease-cmds.rst
2025-02-18 18:54:19 +00:00
Razvan Becheriu
1569148fa3
[ #3694 ] addressed review comments
2025-02-11 11:05:17 +02:00
Razvan Becheriu
aa5ccbc779
[ #3694 ] throw error when switching from/to TLS
2025-02-07 21:47:58 +02:00
Francis Dupont
6d95ccb0f0
[ #3398 ] Made 1234 the default secret/password
2025-01-27 15:05:11 +01:00
Thomas Markwalder
6a367165f8
[ #3049 ] Pool parameters function in v6
...
/doc/examples/kea6/all-keys.json
Added DDNS parameters to a pool
/doc/sphinx/arm/dhcp6-srv.rst
Updated section on DDNS Behavioral Parameters
/src/bin/dhcp4/tests/config_parser_unittest.cc
Added missing commentary
/src/bin/dhcp6/dhcp6_lexer.ll
/src/bin/dhcp6/dhcp6_parser.yy
Added parameters to POOL
/src/bin/dhcp6/tests/config_parser_unittest.cc
TEST_F(Dhcp6ParserTest, poolDdnsParameters) - new test
/src/bin/dhcp6/tests/fqdn_unittest.cc
TEST_F(FqdnDhcpv6SrvTest, poolDdnsParametersTest) - new test
/src/bin/dhcp6/tests/get_config_unittest.cc
Rebuilt
2025-01-22 15:24:25 +00:00
Thomas Markwalder
18cde6f9e2
[ #3049 ] Updated v4 ARM
...
modified: arm/dhcp4-srv.rst
2025-01-22 15:24:25 +00:00
Razvan Becheriu
5f3a785689
[ #3082 ] updated D2 docs
2025-01-22 14:09:35 +00:00
Razvan Becheriu
0943f5075a
[ #3082 ] addressed review comments
2025-01-22 14:09:35 +00:00
Francis Dupont
db0891fb20
[ #3696 ] Updated supported version
2025-01-15 15:26:31 +01:00
Francis Dupont
cbde3b8a16
[ #3679 ] Changed with into in
2025-01-13 18:32:13 +01:00
Francis Dupont
1ea64f38da
[ #3679 ] Fixed grammar
2025-01-13 18:30:04 +01:00
Razvan Becheriu
3bf0079360
[ #2101 ] addressed review comments
2024-12-24 13:03:04 +00:00
Razvan Becheriu
df3f1a9164
[ #2101 ] load hooks using name only
2024-12-24 13:03:04 +00:00
Thomas Markwalder
fef0c59f45
[ #2819 ] Updated ARM
...
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
2024-12-16 10:15:09 -05:00
Thomas Markwalder
9480b1ac76
[ #3348 ] Minor fixes after review
...
Changes to be committed:
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
2024-12-06 17:46:55 +00:00
Andrei Pavel
18d813395b
[ #3348 ] Update docs about subnet/pool selection
...
The change that would have helped the reporter:
- Add paragraph explaining that out-of-network guarded subnets need
EGRL enabled in order for those guards to properly select subnets.
Other important changes:
- Define class guards. They are referenced in some places in the ARM,
but never defined.
- Move "unreserved_class" guards before "reserved_class" guards so that
it is clear that a pool or a subnet is skipped and the allocator takes
a different path than usual, assumin an iterative allocator.
- Add unguarded subnets and pools and explain that those are available
to both reserved and unreserved clients.
- Add paragraph explaining that in-subnet reservations don't work when
the subnet belongs to a shared network.
- Add paragraph explaining that for a subnet to be selected, when
choosing to do the selection via pools, as the example is structured,
all of the pools inside the subnets desired to be skipped or selected
need to be guarded.
- Add missing name to shared network in the JSON config examples.
Less important changes:
- Remove comments about reservation settings. Some were forgotten to be
removed since new reservation flags are added, but overall they don't
need to be explained because these sections are not focused on reservations.
- Add curly brackets to make the whole JSON valid and add code-block:: json
and reindent.
2024-12-06 17:46:55 +00:00
Thomas Markwalder
6bbbc1edf7
[ #1989 ] Addressed review comment
...
modified: arm/dhcp4-srv.rst
2024-12-06 12:49:40 +00:00
Thomas Markwalder
d50a97e2f8
[ #1989 ] Fixed JSON
...
Changes to be committed:
modified: doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Thomas Markwalder
b44a370086
[ #1989 ] Updated ARM
...
Changes to be committed:
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Marcin Siodelski
99926fcfb8
[ #3577 ] Clarified FLQ not for shared db
2024-12-05 13:21:19 +00:00
Marcin Siodelski
48833978d9
[ #3655 ] Improve wording for ha-maintenance-notify
2024-12-04 10:26:21 +01:00
Marcin Siodelski
282050ae4f
[ #3655 ] Updated ha-maintenance-notify doc
2024-12-04 10:21:45 +01:00
Francis Dupont
ebcbf4a838
[ #3255 ] Added a note
2024-12-03 15:13:35 +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
bcd51d5cfd
[ #3592 ] Addressed remaining comments
...
Changes to be committed:
modified: ChangeLog
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
2024-11-26 17:19:56 +00:00
Thomas Markwalder
7eebd1434d
[ #3592 ] Addressed review comments
...
Addressed first round of comments.
Changes to be committed:
modified: ChangeLog
modified: doc/sphinx/arm/classify.rst
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: src/bin/dhcp4/tests/classify_unittest.cc
modified: src/lib/dhcp/classify.cc
modified: src/lib/dhcp/classify.h
modified: src/lib/dhcpsrv/parsers/base_network_parser.cc
modified: src/lib/dhcpsrv/parsers/base_network_parser.h
modified: src/lib/dhcpsrv/tests/shared_network_parser_unittest.cc
2024-11-26 17:19:56 +00:00
Thomas Markwalder
a14c490d51
[ #3592 ] Fixed spelling and JSON
...
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: doc/sphinx/arm/hooks-ha.rst
2024-11-26 17:19:56 +00:00
Thomas Markwalder
cac0fb4fd0
[ #3592 ] Updated ARM and added ChangeLog
...
modified: ChangeLog
modified: doc/sphinx/arm/classify.rst
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: doc/sphinx/arm/hooks-bootp.rst
modified: doc/sphinx/arm/hooks-ha.rst
2024-11-26 17:19:56 +00:00
Piotrek Zadroga
eb76423701
[ #3661 ] addressed review comments
2024-11-25 20:17:57 +00:00
Piotrek Zadroga
c37ca6ba42
[ #3661 ] update tuple definition
2024-11-25 20:17:57 +00:00
Francis Dupont
7c8d92154a
[ #3609 ] Addressed final comments
2024-11-22 15:50:06 +01:00
Francis Dupont
d33ca01e44
[ #3609 ] Addressed comments
2024-11-22 11:24:15 +01:00
Francis Dupont
c783319f6c
[ #3609 ] Finished CA
2024-11-22 09:55:31 +01:00
Thomas Markwalder
01a9775e44
[ #2736 ] Addressed review comments
...
Changes to be committed:
modified: ../../../../ChangeLog
modified: ../../../../doc/sphinx/arm/classify.rst
modified: ../parsers/client_class_def_parser.cc
modified: client_class_def_parser_unittest.cc
2024-11-19 08:18:45 -05:00
Thomas Markwalder
31807e831a
[ #2736 ] Additional update to ARM
...
modified: arm/classify.rst
2024-11-19 08:17:41 -05:00
Thomas Markwalder
34e88d7312
[ #2736 ] Warn on additional and lifetime params
...
Updated the ARM:
/doc/sphinx/arm/dhcp4-srv.rst
/doc/sphinx/arm/dhcp6-srv.rst
Added ChangeLog
/src/lib/dhcpsrv/dhcpsrv_messages.*
DHCPSRV_CLASS_WITH_ADDTIONAL_AND_LIFETIMES - new message
/src/lib/dhcpsrv/parsers/client_class_def_parser.cc
ClientClassDefParser::parse() - now emits WARN log
/src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
TEST_F(ClientClassDefParserTest, addtionalWithLifetimes4)
TEST_F(ClientClassDefParserTest, addtionalWithLifetimes6)
- new tests
2024-11-19 08:17:24 -05:00
Razvan Becheriu
31754d811d
[ #3587 ] addressed review
2024-10-28 07:58:38 -04:00