2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

1400 Commits

Author SHA1 Message Date
Andrei Pavel
a51ab99885
[#2554] add 'isccmd' references
The commands used were:
- find doc/sphinx/arm -name '*.rst' | xargs grep -E '^\.\. ' | cut -d ' ' -f 2 | sort -uV | grep _command- > /tmp/commands
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\` command/\`${i} command <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/\`${i} <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/The \`${i} <_command-${i}>\` Command/The \`\`${i}\`\` Command/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/-  ${i}/- \`${i} <_command-${i}>\`/g"; done

But they were not perfect. Some manual adjustment was required.
2023-06-14 20:26:11 +03:00
Andrei Pavel
f936be3222
[#2554] add 'iscman' references
The commands used were:
- find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries
- for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done

Manual adjustment was required in a few places to:
- extend title lines
- realign table lines
2023-06-14 20:26:11 +03:00
Andrei Pavel
bf8efb6502
[#2554] add 'isccmd' anchors 2023-06-14 20:26:11 +03:00
Razvan Becheriu
fda083c259 [#2629] added origin for ha lease commands 2023-05-25 21:12:53 +00:00
Francis Dupont
9d33293c69 [#2868] Checkpoint: finished upgradeBinaryAddress6 2023-05-25 23:03:53 +02:00
Andrei Pavel
5c0092f817 [#2815] Add 1 suggestion to 1 file 2023-05-25 13:29:59 +02:00
Slawek Figiel
4fe0618a3d [#2815] Fix docs 2023-05-25 13:29:58 +02:00
Slawek Figiel
2a6e529a22 [#2815] Update docs 2023-05-25 13:29:29 +02:00
Slawek Figiel
6337ee9076 [#2815] Update docs 2023-05-25 13:29:29 +02:00
Thomas Markwalder
eaed76f8b0 [#2757] Relocated ARM text 2023-05-23 09:58:43 -04:00
Thomas Markwalder
80a289f949 [#2757] Revamped ARM on new command
modified:
    doc/sphinx/arm/hooks-lease-query.rst
2023-05-23 09:47:47 -04:00
Francis Dupont
b57493f3c7 [#2757] Updated doc part 2023-05-23 15:09:58 +02:00
Thomas Markwalder
5d89581ab7 [#2835] Updated ARM and ChangeLog 2023-05-22 15:30:54 -04:00
Marcin Godzina
dfed0236b8 [#2859] expanded leaseX-write ARM text 2023-05-17 17:41:16 +00:00
Andrei Pavel
37da13e46f
[#2658] document big integer statistics 2023-05-17 19:09:38 +03:00
Razvan Becheriu
b554368e0c [#2822] fixed check tool and documentation 2023-05-13 16:41:20 +03:00
Andrei Pavel
b0eb127d5c
[#2822] flex_option doc example for setting subnet mask 2023-05-13 16:41:09 +03:00
Razvan Becheriu
02dc9b82e3 [#2786] addressed review comments 2023-05-12 12:46:14 +03:00
Razvan Becheriu
d084261419 [#2827] addressed comments 2023-05-11 14:01:29 +03:00
Razvan Becheriu
c056162c99 [#2827] reverted src/share/api and updated script 2023-05-11 11:31:16 +03:00
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +03:00
Piotrek Zadroga
dd12d7cb09 [#2838] fixing Sphinx error in ARM 2023-05-09 09:46:57 +02:00
Piotrek Zadroga
efb0e6d73b [#2838] change Int8ToText to lowercase in ARM 2023-05-08 14:47:29 +02:00
Piotrek Zadroga
db5ee838cc [#2536] addressed review comments 2023-05-04 23:18:04 +02:00
Piotrek Zadroga
77e7200d4a [#2536] Updating Changelog and docs 2023-05-04 23:18:01 +02:00
Andrei Pavel
dfeea9fc52
[#2797] document lease reuse statistics 2023-05-03 22:27:09 +03:00
Razvan Becheriu
a9977e142f [#1275] addressed comments 2023-04-20 11:00:11 +03:00
Thomas Markwalder
cd6d9ba56b [#1275] Updated v6 lease-query section in ARM
doc/sphinx/arm/hooks-lease-query.rst
    Documented new, "prefix-lengths" lease-query parameter
2023-04-20 10:55:45 +03:00
Andrei Pavel
c8048badbb
[#549] address review comments 2023-04-19 23:56:01 +03:00
Andrei Pavel
d9c86120f4
[#549] document the overwrite behavior in the other update commands 2023-04-19 23:56:01 +03:00
Andrei Pavel
93d85fdeea
[#549] document reservation-update 2023-04-19 23:56:01 +03:00
Marcin Siodelski
8af8adc97e [#2823] Removed a note from the ARM
The allocators can now be selected in the Config Backend.
2023-04-19 18:26:04 +02:00
Andrei Pavel
c86d074590
[#2749] document default HA+MT 2023-04-19 18:13:41 +03:00
Andrei Pavel
ab23887672
[#2804] make text edits consistent across the ARM 2023-04-19 17:58:06 +03:00
Suzanne Goldlust
4a44ce74b8 [#2804] Text edits 2023-04-19 17:57:59 +03:00
Suzanne Goldlust
920cf58604 [#2804] Remove section about Kea <1.9.6 2023-04-19 17:57:59 +03:00
Suzanne Goldlust
7d9e89ef76 [#2804] Text edits 2023-04-19 17:57:59 +03:00
Marcin Siodelski
9271be2dc5 [#2780] Fixed a nit in the ARM 2023-03-29 14:45:15 +02:00
Marcin Siodelski
1c1b3022c5 [#2780] ARM updates after review 2023-03-29 14:45:15 +02:00
Marcin Siodelski
87856a41b7 [#2780] Documented FLQ allocator in the ARM 2023-03-29 14:44:07 +02:00
Thomas Markwalder
bacd10114d [#225] Addressed review comments
Mostly minor nits and cosmetics:

modified:
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
src/bin/dhcp6/tests/fqdn_unittest.cc
src/lib/dhcpsrv/ncr_generator.cc
src/lib/dhcpsrv/parsers/base_network_parser.h
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
2023-03-24 12:50:00 -04:00
Thomas Markwalder
1880494948 [#225] Updated arm
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp4-srv.rst
    updated DDNS parameter doc

Added a ChangeLog entry
2023-03-24 12:50:00 -04:00
Francis Dupont
39f01f50eb [#2785] Almost done 2023-03-24 09:55:52 +01:00
Piotrek Zadroga
ba0c906604 [#939] ARM documentation update 2023-03-23 14:51:23 +01:00
Thomas Markwalder
fe61ecd57a [#2719] Addressed minor review comments 2023-03-23 07:18:26 -04:00
Thomas Markwalder
afff930a7a [#2719] Updated the ARM, added ChangeLog 2023-03-23 07:18:25 -04:00
Razvan Becheriu
b47394ff5e [#1671] addressed review comments 2023-03-21 08:39:52 +02:00
Razvan Becheriu
35238f03aa [#1671] the -t parameter now loads and checks hook libraries config 2023-03-17 23:00:39 +02:00
Razvan Becheriu
27d742c844 [#2722] added ChangeLog entry 2023-03-17 12:55:31 +02:00
Francis Dupont
45c7f4ae19 [#2784] Moved code-blocks to ini 2023-03-16 13:15:45 +01:00