2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00
Commit Graph

47 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
c783319f6c [#3609] Finished CA 2024-11-22 09:55:31 +01:00
Thomas Markwalder
6b3a354dff [#3570] Removed obsolete notes from ARM
modified:   sphinx/arm/hooks-lease-query.rst
2024-09-18 07:12:13 -04:00
Wlodzimierz Wencel
d34bcdcc15 [#3426] updated docs about extended-info4/6-upgrade commands 2024-05-24 10:24:07 +00:00
Suzanne Goldlust
7730a1d60d Resolve "Editorial review of the ARM prior to 2.6 release" 2024-05-16 20:09:54 +00:00
Francis Dupont
3e5ec6cb7a [#2869] Updated doc 2023-07-06 22:11:33 +02:00
Thomas Markwalder
5ed24d5839 [#2909] Mysql v6 addresses to binary
lease6.address and ipv6_reservations.address columns
changed from varbinary(39) to binary(16).

lease6.binaddr column removed

deleted:    src/share/api/binary-address6-upgrade.json
new file:   src/share/database/scripts/mysql/upgrade_018_to_019.sh.in

configure.ac
   added new mysql upgrade script

doc/sphinx/arm/hooks-lease-query.rst
    removed doc for binary-address6-upgrade command

src/bin/admin/tests/mysql_tests.sh.in
    modified to use inet6_aton/ntoa as now needed
    Updated to test upgrage

src/lib/dhcpsrv/lease_mgr.h
    LeaseMgr::upgradeBinaryAddress6() - no longer
    abstract, provides a dummy implemention

src/lib/dhcpsrv/mysql_host_data_source.cc
    Change v6 reservation address to binary

src/lib/dhcpsrv/mysql_lease_mgr.*
    Remove lease6.binaddr and uses
    Change lease6.address to binary

src/lib/mysql/mysql_constants.h
    Update schema version

src/share/api/api_files.mk
    Remove binary-address6-upgrade.json

src/share/database/scripts/mysql/Makefile.am
    Add upgrade script

src/share/database/scripts/mysql/dhcpdb_create.mysql
    Modify lease6, ipv6_reservations, and impacted functions
2023-06-21 14:21:08 -04:00
Andrei Pavel
153ace53c1 [#2554] add notes about each hook library's packaging
- Premium libraries were marked as subscription libraries.
  That has also been fixed.
2023-06-14 20:26:11 +03:00
Andrei Pavel
aaa3a91b9b [#2554] add 'ischooklib' anchors and references 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
Francis Dupont
9d33293c69 [#2868] Checkpoint: finished upgradeBinaryAddress6 2023-05-25 23:03:53 +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
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +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
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
Francis Dupont
a59ffc188b [#2746] Aligned to This in new option descriptions 2023-02-13 22:38:22 +01:00
Francis Dupont
164683d769 [#2746] Addressed comments 2023-02-13 22:38:22 +01:00
Francis Dupont
b2826b0aa2 [#2746] Updated doc 2023-02-13 22:38:22 +01:00
Thomas Markwalder
dbb516b320 [#2713] Amended ARM, added ChangeLog
modified:   ChangeLog
modified:   doc/sphinx/arm/hooks-lease-query.rst
2023-01-12 11:53:10 -05:00
Thomas Markwalder
a3ef6fe477 [#2713] Updated docuemnt comment
modified:
    ../../../doc/sphinx/arm/hooks-lease-query.rst
2023-01-12 11:53:10 -05:00
Thomas Markwalder
f96f6487af [#2713] Addressed review comments
Added doc note.
2023-01-12 11:53:10 -05:00
Francis Dupont
2ba3db3304 [#2668] Added max-bulk-query-threads 2022-12-07 23:39:44 +01:00
Francis Dupont
0d62c42beb [#2645] Removed max send queue size 2022-12-06 23:23:24 +01:00
Francis Dupont
57e4d59b69 [#2645] Addressed another comment 2022-12-06 23:23:24 +01:00
Francis Dupont
09367c7e39 [#2645] Addressed some comments 2022-12-06 23:23:24 +01:00
Francis Dupont
a3801216f7 [#2645] Added extended-info-tables-enabled 2022-12-06 23:23:24 +01:00
Francis Dupont
e49a90bd98 [#2645] Added max-send-queue-size 2022-12-06 23:23:24 +01:00
Francis Dupont
dccb8b0c9c [#2645] Added BLQ doc 2022-12-06 23:23:24 +01:00
Suzanne Goldlust
b3526434d2 [#2403] Final changes to section header formatting 2022-06-14 14:12:09 -04:00
Suzanne Goldlust
59778dc221 [#2403] Reformat section header 2022-06-14 14:09:03 -04:00
Suzanne Goldlust
f71a698501 [#2403] Editorial review of documentation about hook libraries in the ARM 2022-06-14 14:09:03 -04:00
Suzanne Goldlust
927bc27c38 [#2202] Additional text edits after review 2021-12-03 12:50:41 -05:00
Suzanne Goldlust
772ff50486 [#2202] Text edits 2021-12-03 12:50:41 -05:00
Suzanne Goldlust
76b25d1836 Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
2020-11-20 11:32:22 +01:00
Tomek Mrugalski
e959c14e1e [#1235] Removed premium reference 2020-06-19 10:48:37 -04:00
Thomas Markwalder
cd60f845b2 [#1235] Addressed review comments 2020-06-19 10:48:37 -04:00
Tomek Mrugalski
08994e33d6 [#1235] Minor formatting update. 2020-06-19 10:48:37 -04:00
Thomas Markwalder
5875af6bc8 [#1235] Added V6 Leaese Query doc to the ARM
modified:   arm/hooks-lease-query.rst
2020-06-19 10:48:37 -04:00
Francis Dupont
34aae5196e [#1180] Fix attempt 2020-05-21 10:22:33 +02:00
Francis Dupont
4b8ce14dea [#1180] Other fixes 2020-05-20 11:00:40 -04:00
Thomas Markwalder
61d4807245 [#1180] Addressed review comments 2020-05-20 11:00:40 -04:00
Thomas Markwalder
098dd18824 [#1180] Added Leasequery hook lib documentation
Added a ChangeLog entry

doc/sphinx/arm/hooks-lease-query.rst
    new file

doc/sphinx/arm/dhcp4-srv.rst
    Added lease-query statistics

doc/sphinx/arm/hooks.rst
    Added inclusion of hooks-lease-query.rst

doc/sphinx/arm/logging.rst

    Added lease-query logger
2020-05-20 11:00:40 -04:00