]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
It's a bug.
authorAlan T. DeKok <aland@freeradius.org>
Sun, 18 Oct 2015 16:18:23 +0000 (12:18 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 18 Oct 2015 16:18:23 +0000 (12:18 -0400)
PMIP6-Home-IPv4-HoA = 127.0.0.0/8 was parsed to 0.0.0.0/8

doc/ChangeLog

index 21767373a0fd6302bbd5b035a433352fae29e1f6..b58ae0e8ee00bbcd3a1a81cdece793501c421d3d 100644 (file)
@@ -3,12 +3,13 @@ FreeRADIUS 3.0.11 Mon 05 Oct 2015 15:00:00 EDT urgency=medium
        * "unlang" comparisons of IP addresses to IP prefixes
          are now detected, and types automatically cast.
        * Allow shorthand form of ipv4prefix values e.g. 127/8.
-       
+
        Bug fixes
        * Fix issue where field nas_type would not be accessible via
          the %{client:} xlat, for clients loaded from SQL.
        * Fix compatiblity issues with OpenSSL 1.0.2.  Ignore
          calls to msg_callback with 'pseudo' content types.
+       * Data type "ipv4prefix" are parsed correctly.
 
 FreeRADIUS 3.0.10 Mon 05 Oct 2015 15:00:00 EDT urgency=medium
        Feature improvements