diff --git a/doc/antora/modules/unlang/pages/type/all_types.adoc b/doc/antora/modules/unlang/pages/type/all_types.adoc index ec419cfbacc4..03331b34cef6 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.