Skip to content

Commit 281f34b

Browse files
committed
[#3252] hub-and-spoke/radius incompatibility
The subnet reselect in RADIUS is incompatible with the hub-and-spoke. Added suitable notes in the ARM.
1 parent 38838d7 commit 281f34b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

doc/sphinx/arm/ext-radius.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,15 @@ other than Discover and the first Request from each client.
388388
than global. Loading the RADIUS hook library in a Kea DHCP server
389389
that has this configuration raises an error.
390390

391+
.. note::
392+
393+
Currently the ``reselect-subnet-address`` and ``reselect-subnet-pool``
394+
parameters are incompatible with the hub-and-spoke configuration of the
395+
:ischooklib:`libdhcp_ha.so`. This hook library uses an originally
396+
selected subnet for choosing an HA relationship to process a packet.
397+
The subnet reslection may interefere with this choice. See the
398+
:ref:`ha-hub-and-spoke` for details.
399+
391400
.. _radius-server-example:
392401

393402
RADIUS Server Setup Example

doc/sphinx/arm/hooks-ha.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,3 +2607,11 @@ branch ``server3``:
26072607

26082608
The peer names in the branch servers must match the peer names in the respective central
26092609
server's relationships, because these names are used for signaling between the HA partners.
2610+
2611+
.. note::
2612+
2613+
The hub-and-spoke configuration is currently incompatible with the ``reselect-subnet-address``
2614+
and ``reselect-subnet-pool`` parameters of the :ischooklib:`libdhcp_radius.so`. The High
2615+
Availability hook library uses an originally selected subnet for choosing an HA relationship
2616+
to process a packet. The subnet reslection may interefere with this choice. See the
2617+
:ref:`radius-config` for details.

0 commit comments

Comments
 (0)