mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#309,ssh bikeshed.isc.org] removed static kea versions from xml files
This commit is contained in:
committed by
Wlodzimierz Wencel
parent
2d0ef1097e
commit
63f79c8d74
@@ -24,9 +24,7 @@
|
|||||||
on-line reconfiguration without requiring server shutdown.
|
on-line reconfiguration without requiring server shutdown.
|
||||||
Both servers can be instructed to open control sockets, which
|
Both servers can be instructed to open control sockets, which
|
||||||
is a communication channel. The server is able to receive
|
is a communication channel. The server is able to receive
|
||||||
commands on that channel, act on them and report back status.
|
commands on that channel, act on them and report back status.</para>
|
||||||
While the set of commands in Kea 1.2.0 is limited,
|
|
||||||
the number is expected to grow over time.</para>
|
|
||||||
|
|
||||||
<para>The DHCPv4 and DHCPv6 servers receive commands over the
|
<para>The DHCPv4 and DHCPv6 servers receive commands over the
|
||||||
unix domain sockets. The details how to configure these sockets,
|
unix domain sockets. The details how to configure these sockets,
|
||||||
|
@@ -8,7 +8,11 @@
|
|||||||
- This license applies to the documentation itself, not the software.
|
- This license applies to the documentation itself, not the software.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- need this include to make the &keaversion; macro work -->
|
||||||
|
<!DOCTYPE book [
|
||||||
|
<!ENTITY % keaversion SYSTEM "version.ent">
|
||||||
|
%keaversion;
|
||||||
|
]>
|
||||||
|
|
||||||
<section xml:id="hooks-radius">
|
<section xml:id="hooks-radius">
|
||||||
<title>radius: RADIUS server support</title>
|
<title>radius: RADIUS server support</title>
|
||||||
@@ -153,7 +157,7 @@ $ sudo ./b2 install
|
|||||||
$ git clone https://github.com/isc-projects/kea
|
$ git clone https://github.com/isc-projects/kea
|
||||||
|
|
||||||
# Get a tarball and extract it
|
# Get a tarball and extract it
|
||||||
$ tar zxvf kea-1.4.0.tar.gz
|
$ tar zxvf kea-%keaversion;.tar.gz
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
The next step is to extract premium Kea package that contains Radius repository
|
The next step is to extract premium Kea package that contains Radius repository
|
||||||
@@ -162,7 +166,7 @@ a premium/ subdirectory.
|
|||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ cd kea
|
$ cd kea
|
||||||
$ tar zxvf ../kea-premium-radius-1.4.0.tar.gz
|
$ tar zxvf ../kea-premium-radius-%keaversion;.tar.gz
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
Once this is done, make sure the kea sources look similar to this:
|
Once this is done, make sure the kea sources look similar to this:
|
||||||
@@ -222,8 +226,8 @@ should look as follows:</para>
|
|||||||
|
|
||||||
Package:
|
Package:
|
||||||
Name: kea
|
Name: kea
|
||||||
Version: 1.4.0-git
|
Version: %keaversion;
|
||||||
Extended version: 1.4.0-git (git ab3cb8afbb7a4cdaa9cbb279fd783aa126a7912a)
|
Extended version: %keaversion; (tarball)
|
||||||
OS Family: Linux
|
OS Family: Linux
|
||||||
|
|
||||||
Hooks directory: /usr/local/lib/hooks
|
Hooks directory: /usr/local/lib/hooks
|
||||||
|
@@ -6,6 +6,12 @@
|
|||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- need this include to make the &keaversion; macro work -->
|
||||||
|
<!DOCTYPE book [
|
||||||
|
<!ENTITY % keaversion SYSTEM "version.ent">
|
||||||
|
%keaversion;
|
||||||
|
]>
|
||||||
|
|
||||||
<!-- Converted by db4-upgrade version 1.1 -->
|
<!-- Converted by db4-upgrade version 1.1 -->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="hooks-libraries">
|
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="hooks-libraries">
|
||||||
|
|
||||||
@@ -85,7 +91,7 @@
|
|||||||
<para>
|
<para>
|
||||||
1. Download the package. You will receive detailed instructions how to
|
1. Download the package. You will receive detailed instructions how to
|
||||||
get it separately. This will be a file with a name similar to
|
get it separately. This will be a file with a name similar to
|
||||||
kea-premium-1.4.0.tar.gz. Your name may differ depending on which
|
kea-premium-%keaversion;.tar.gz. Your name may differ depending on which
|
||||||
package you got.
|
package you got.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -94,26 +100,26 @@
|
|||||||
open-source Kea package still on your system (from when you installed
|
open-source Kea package still on your system (from when you installed
|
||||||
Kea), skip this step. Otherwise extract the Kea source from the
|
Kea), skip this step. Otherwise extract the Kea source from the
|
||||||
original tarball you downloaded. For example, if you downloaded Kea
|
original tarball you downloaded. For example, if you downloaded Kea
|
||||||
1.4.0., you should have a tarball called kea-1.4.0.tar.gz on your
|
%keaversion;., you should have a tarball called kea-%keaversion;.tar.gz on your
|
||||||
system. Unpack this tarball:
|
system. Unpack this tarball:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ <userinput>tar zxvf kea-1.5.0.tar.gz</userinput>
|
$ <userinput>tar zxvf kea-%keaversion;.tar.gz</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
This will unpack the tarball into the kea-1.5.0 subdirectory of your
|
This will unpack the tarball into the kea-%keaversion; subdirectory of your
|
||||||
current working directory.
|
current working directory.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
3. Unpack the Kea premium tarball into the directory into which Kea was
|
3. Unpack the Kea premium tarball into the directory into which Kea was
|
||||||
unpacked. For example, assuming that you followed step 2 and that Kea
|
unpacked. For example, assuming that you followed step 2 and that Kea
|
||||||
1.5.0 has been unpacked into a kea-1.5.0 subdirectory and that the Kea
|
%keaversion; has been unpacked into a kea-%keaversion; subdirectory and that
|
||||||
premium tarball is in your current directory, the following steps will
|
the Kea premium tarball is in your current directory, the following steps will
|
||||||
unpack the premium tarball into the correct location:
|
unpack the premium tarball into the correct location:
|
||||||
<screen>
|
<screen>
|
||||||
$ <userinput>cd kea-1.5.0</userinput>
|
$ <userinput>cd kea-%keaversion;</userinput>
|
||||||
$ <userinput>tar xvf ../kea-premium-1.5.0.tar.gz</userinput>
|
$ <userinput>tar xvf ../kea-premium-%keaversion;.tar.gz</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
Note that unpacking the Kea premium package will put the files into a
|
Note that unpacking the Kea premium package will put the files into a
|
||||||
directory named premium. Regardless of the name of your package, the
|
directory named premium. Regardless of the name of your package, the
|
||||||
@@ -137,8 +143,8 @@ $ <userinput>tar zxvf kea-1.5.0.tar.gz</userinput>
|
|||||||
<screen>
|
<screen>
|
||||||
Package:
|
Package:
|
||||||
Name: kea
|
Name: kea
|
||||||
Version: 1.5.0
|
Version: %keaversion;
|
||||||
Extended version:1.5.0 (tarball)
|
Extended version:%keaversion; (tarball)
|
||||||
OS Family: Linux
|
OS Family: Linux
|
||||||
Using GNU sed: yes
|
Using GNU sed: yes
|
||||||
Premium package: yes
|
Premium package: yes
|
||||||
@@ -237,7 +243,7 @@ $ <userinput>ls -l /usr/local/lib/hooks/*.so</userinput>
|
|||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
The library reloading behavior has changed in Kea 1.1. Libraries are
|
The library reloading behavior has changed in Kea 1.1.0. Libraries are
|
||||||
reloaded, even if their list hasn't changed. Kea does that, because
|
reloaded, even if their list hasn't changed. Kea does that, because
|
||||||
the parameters specified for the library (or the files those
|
the parameters specified for the library (or the files those
|
||||||
parameters point to) may have changed.
|
parameters point to) may have changed.
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
<title>Supported Platforms</title>
|
<title>Supported Platforms</title>
|
||||||
<para>
|
<para>
|
||||||
Kea is officially supported on CentOS, Fedora, Ubuntu, Debian and FreeBSD systems.
|
Kea is officially supported on CentOS, Fedora, Ubuntu, Debian and FreeBSD systems.
|
||||||
It is also likely to work on many other platforms. Kea 1.5.0 builds have been tested on:
|
It is also likely to work on many other platforms. Kea-%keaversion; builds have been tested on:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>CentOS Linux — 7.1804 (aka 7.5)</listitem>
|
<listitem>CentOS Linux — 7.1804 (aka 7.5)</listitem>
|
||||||
<listitem>Fedora — 27, 28</listitem>
|
<listitem>Fedora — 27, 28</listitem>
|
||||||
|
Reference in New Issue
Block a user