]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
The prefix types are internal, definitely not specific to RADIUS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Sep 2019 00:26:44 +0000 (19:26 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Sep 2019 10:57:38 +0000 (05:57 -0500)
doc/antora/modules/unlang/pages/type/all_types.adoc

index ec419cfbacc4208a4cb11274670bfc0a48c229d7..03331b34cef640dfe53be130e64eaa7779dd0dcd 100644 (file)
@@ -33,6 +33,8 @@ possible to write values in the format you expect, The server will do
 | int64                | 64-bit signed integer
 | ipaddr        | IPv4 address
 | ipv6addr      | IPv6 address
+| ipv4prefix    | IPv4 network with address and prefix length
+| ipv6prefix    | IPv6 network with address and prefix length
 | octets        | raw binary, printed as hex strings
 | string        | printable strings
 | time_delta   | difference between two calendar dates
@@ -72,8 +74,6 @@ in `unlang` statements.
 | Data Type     | Protocol | Description
 | abinary       | RADIUS   | Ascend binary filters
 | extended      | RADIUS   | attributes which "extend" the number space
-| ipv4prefix    | RADIUS   | IPv4 network with address and prefix length
-| ipv6prefix    | RADIUS   | IPv6 network with address and prefix length
 |=====
 
 // Copyright (C) 2019 Network RADIUS SAS.  Licenced under CC-by-NC 4.0.