* Note that rlm_replicate can only use UDP, and not TCP or TLS.
* DHCP pool lookup is now keyed by Client Identifier (Option 61) when
supplied by client, otherwise the hardware address is used. Compliant
- with RFC 2132.
- WARNING: Upon upgrade, if this new behaviour is adopted then existing
- leases for clients supplying Client Identifiers will not match. This
- will lead to a temporary increase in pool utilisation (until the
- original leases have expired) and affected clients will be allocated
- new IP addresses. To retain the old (RFC incompatible) behaviour
- refer to raddb/policy.d/dhcp
+ with RFC 2132. This change will not affect existing systems on upgrade,
+ but new installations will use the new behavior.
Patch from Terry Burton.
+ * Fix minor spelling mistakes in man pages. Patch from
+ Alexander Scheel.
+ * Don't print invalid tags in rlm_cache, among other places.
+ Fixes #3491
FreeRADIUS 3.0.21 Tue 24 Mar 2020 12:00:00 EDT urgency=low
Feature improvements