From: Arran Cudbard-Bell Date: Wed, 25 Sep 2019 00:26:44 +0000 (-0500) Subject: The prefix types are internal, definitely not specific to RADIUS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72368bfef5185366a7e00ef331bb568e019046f9;p=thirdparty%2Ffreeradius-server.git The prefix types are internal, definitely not specific to RADIUS --- diff --git a/doc/antora/modules/unlang/pages/type/all_types.adoc b/doc/antora/modules/unlang/pages/type/all_types.adoc index ec419cfbacc..03331b34cef 100644 --- a/doc/antora/modules/unlang/pages/type/all_types.adoc +++ b/doc/antora/modules/unlang/pages/type/all_types.adoc @@ -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.