From: Alan T. DeKok Date: Sun, 18 Oct 2015 16:18:23 +0000 (-0400) Subject: It's a bug. X-Git-Tag: release_3_0_11~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0428e3c1059feaccc076e45c4037437cf922bce8;p=thirdparty%2Ffreeradius-server.git It's a bug. PMIP6-Home-IPv4-HoA = 127.0.0.0/8 was parsed to 0.0.0.0/8 --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 21767373a0f..b58ae0e8ee0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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