Ignore:
Timestamp:
08/27/2024 08:03:55 AM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
53d0e62a
Parents:
7d55a6a (diff), c36ca685 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/kea.xml

    r7d55a6a rde61ab1  
    77  <!ENTITY kea-download-http "https://downloads.isc.org/isc/kea/&kea-dhcp-version;/kea-&kea-dhcp-version;.tar.gz">
    88  <!ENTITY kea-download-ftp  " ">
    9   <!ENTITY kea-md5sum        "ad23d02b3ce0475eb077da05b0ae2429">
    10   <!ENTITY kea-size          "10 MB">
     9  <!ENTITY kea-md5sum        "5f4fe79ed29f5ff2802e2961d1827b25">
     10  <!ENTITY kea-size          "9.9 MB">
    1111  <!ENTITY kea-buildsize     "1.5 GB (332 MB installed; add 4 GB for tests)">
    1212  <!ENTITY kea-time          "4.1 SBU (with parallelism=4; add 12 SBU for tests)">
     
    3232    </para>
    3333
    34     &lfs121_checked;
     34    &lfs122_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117117    <title>Installation of ISC Kea DHCP Server</title>
    118118
     119<!-- Aug 01, 2024: looks like this tweaks are no longer required
     120     (were introduced with upgrading to version 2.4.1)
     121
    119122    <para>
    120123      First fix detection of Python-3.12 by the build system:
     
    130133<screen><userinput>sed -e '/dlist="/d' \
    131134    -i src/bin/shell/Makefile.in</userinput></screen>
    132 
     135-->
    133136    <para>
    134137      Install <application>ISC Kea DHCP Server</application> by running
     
    502505    "subnet4": [
    503506      {
     507        "id": 1001,   // Each subnet requires a unique numeric id
    504508        "subnet": "192.168.56.0/24",
    505509        "pools": [ { "pool": "192.168.56.16 - 192.168.56.254" } ],
Note: See TracChangeset for help on using the changeset viewer.