summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm/dhcp4-srv.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2819] Updated ARMThomas Markwalder2024-12-161-7/+27
| | | | | modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3348] Minor fixes after reviewThomas Markwalder2024-12-061-3/+3
| | | | | | Changes to be committed: modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3348] Update docs about subnet/pool selectionAndrei Pavel2024-12-061-96/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [#1989] Addressed review commentThomas Markwalder2024-12-061-4/+5
| | | | modified: arm/dhcp4-srv.rst
* [#1989] Updated ARMThomas Markwalder2024-12-061-0/+7
| | | | | | Changes to be committed: modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/hooks-ddns-tuning.rst
* [#3577] Clarified FLQ not for shared dbMarcin Siodelski2024-12-051-2/+9
|
* [#3592] Fixed minor typos in docsThomas Markwalder2024-12-021-1/+1
| | | | | | | 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
* [#3592] Addressed remaining commentsThomas Markwalder2024-11-261-2/+2
| | | | | | | Changes to be committed: modified: ChangeLog modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
* [#3592] Addressed review commentsThomas Markwalder2024-11-261-2/+2
| | | | | | | | | | | | | | | | 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
* [#3592] Fixed spelling and JSONThomas Markwalder2024-11-261-1/+1
| | | | | | modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst modified: doc/sphinx/arm/hooks-ha.rst
* [#3592] Updated ARM and added ChangeLogThomas Markwalder2024-11-261-20/+37
| | | | | | | | | 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
* [#3661] addressed review commentsPiotrek Zadroga2024-11-251-1/+1
|
* [#3661] update tuple definitionPiotrek Zadroga2024-11-251-4/+9
|
* [#3609] Addressed commentsFrancis Dupont2024-11-221-1/+1
|
* [#3609] Finished CAFrancis Dupont2024-11-221-0/+9
|
* [#2736] Warn on additional and lifetime paramsThomas Markwalder2024-11-191-1/+7
| | | | | | | | | | | | | | | | | | | 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
* [#3587] addressed reviewRazvan Becheriu2024-10-281-2/+4
|
* [#3587] Updated doc, messages, parsers, and UTsThomas Markwalder2024-10-281-25/+32
| | | | | | | | | | | | | | | | | | | /doc/sphinx/arm/classify.rst /doc/sphinx/arm/dhcp4-srv.rst /doc/sphinx/arm/dhcp6-srv.rst /doc/sphinx/arm/hooks-class-cmds.rst /doc/sphinx/arm/hooks-limits.rst /src/bin/dhcp4/dhcp4_lexer.ll /src/bin/dhcp4/dhcp4_messages.mes /src/bin/dhcp4/dhcp4_srv.cc /src/bin/dhcp4/tests/classify_unittest.cc /src/bin/dhcp4/tests/config_parser_unittest.cc /src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes /src/bin/dhcp6/dhcp6_srv.cc /src/bin/dhcp6/tests/classify_unittest.cc /src/bin/dhcp6/tests/config_parser_unittest.cc /src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc /src/share/api/class-get.json
* [#3404] Updated docFrancis Dupont2024-10-281-9/+25
|
* [#3404] Added docFrancis Dupont2024-10-281-0/+51
|
* [#3529] fixed typo, removed experimental noteWlodzimierz Wencel2024-10-251-1/+1
|
* [#3583] Updated docThomas Markwalder2024-10-151-0/+5
| | | | | | | | | | | | | /doc/examples/kea4/all-keys.json /doc/examples/kea6/all-keys.json Added client-classes to option-data /doc/sphinx/arm/classify.rst Added new section "Option Class-Tagging" /doc/sphinx/arm/dhcp4-srv.rst /doc/sphinx/arm/dhcp6-srv.rst Added notes with pointers to new section
* [#3588] Modified no test required classesFrancis Dupont2024-10-111-0/+4
|
* [#3586] updated documentationRazvan Becheriu2024-10-091-57/+107
|
* [#3590] Finished required precedence updateFrancis Dupont2024-10-071-7/+7
|
* [#3477] Addressed commentsFrancis Dupont2024-08-211-5/+7
|
* [#3477] First attemptFrancis Dupont2024-08-211-11/+115
|
* [#3479] Removed control-socket from DB docFrancis Dupont2024-07-181-4/+0
|
* [#3094] Finished tests and docFrancis Dupont2024-07-181-0/+13
|
* [#3346] Addressed review changes:Tomek Mrugalski2024-05-241-4/+4
| | | | | | | - added references to leasequery hook - changelog reworded - typos fixed - empty lines removed
* [#3346] Corrected one linkTomek Mrugalski2024-05-241-1/+1
|
* [#3346] DNR config is now user-friendlyTomek Mrugalski2024-05-241-2/+1
|
* [#3346] 10 more RFCs added to ARMTomek Mrugalski2024-05-241-0/+37
|
* [#3346] 9 more RFCs added to the listTomek Mrugalski2024-05-241-0/+37
|
* [#3346] Several RFCs addedTomek Mrugalski2024-05-241-0/+21
|
* [#3346] Added missing RFC referencesTomek Mrugalski2024-05-241-0/+29
|
* [#3301] updated yang modulesRazvan Becheriu2024-05-231-6/+0
|
* [#2959] addressed commentsRazvan Becheriu2024-05-221-10/+10
|
* [#2959] addressed commentsRazvan Becheriu2024-05-221-14/+14
|
* [#2959] removed deprecated parameter reservation-modeRazvan Becheriu2024-05-221-53/+53
|
* [#2958] removed deprecated dhcp-ddns parametersRazvan Becheriu2024-05-221-31/+3
|
* [#3019] remove limitation on db retry from docAndrei Pavel2024-05-171-4/+0
|
* Resolve "Editorial review of the ARM prior to 2.6 release"Suzanne Goldlust2024-05-161-235/+215
|
* [#2961] Checkpoint: updated code, tests and docFrancis Dupont2024-05-131-24/+2
|
* [#2976] addressed reviewRazvan Becheriu2024-04-261-6/+6
|
* [#2976] Added doc and ChangeLog entryFrancis Dupont2024-04-261-1/+35
|
* Apply 1 suggestion(s) to 1 file(s)Tomek Mrugalski2024-04-181-1/+1
|
* [#3098] Updated ARM regarding DDNS paramsThomas Markwalder2024-04-181-0/+10
| | | | | | | | modified: arm/dhcp4-srv.rst modified: arm/dhcp6-srv.rst modified: arm/hooks.rst - removed // comment from JSON block
* [#3289] New fixFrancis Dupont2024-04-051-0/+3
|
* [#3141] addressed review commentsPiotrek Zadroga2024-02-231-3/+3
| | | | - Mostly further corrections in ARM docs and in comments.