File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,15 @@ other than Discover and the first Request from each client.
388
388
than global. Loading the RADIUS hook library in a Kea DHCP server
389
389
that has this configuration raises an error.
390
390
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
+
391
400
.. _radius-server-example :
392
401
393
402
RADIUS Server Setup Example
Original file line number Diff line number Diff line change @@ -2607,3 +2607,11 @@ branch ``server3``:
2607
2607
2608
2608
The peer names in the branch servers must match the peer names in the respective central
2609
2609
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.
You can’t perform that action at this time.
0 commit comments