From: Alan T. DeKok Date: Thu, 20 Dec 2012 18:30:40 +0000 (-0500) Subject: Document new types X-Git-Tag: release_3_0_0_beta1~1349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1e68f810797541ffd1830023e6c3548ea1302b;p=thirdparty%2Ffreeradius-server.git Document new types --- diff --git a/man/man5/dictionary.5 b/man/man5/dictionary.5 index 5fd99626591..f74d66fbef9 100644 --- a/man/man5/dictionary.5 +++ b/man/man5/dictionary.5 @@ -69,6 +69,7 @@ The \fItype\fP field can be one of the standard types: ipv6addr IPv6 Address ipv6prefix IPV6 prefix, with mask ifid Interface Id (hex:hex:hex:hex) + integer64 64-bit unsigned integer The \fItype\fP field can be one of the following non-standard types: @@ -78,6 +79,7 @@ The \fItype\fP field can be one of the following non-standard types: short 16-bit unsigned integer signed 31-bit signed integer (packed into 32-bit field) tlv Type-Length-Value (allows nested attributes) + ipv4prefix IPv4 Prefix as given in RFC 6572. The last (optional) field of an attribute definition are additional flags for that attribute, in a comma-separated list. Previous