]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Document new types
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Dec 2012 18:30:40 +0000 (13:30 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Dec 2012 18:30:40 +0000 (13:30 -0500)
man/man5/dictionary.5

index 5fd996265913b9abcc00ba5a327a225224992b31..f74d66fbef96c99478abf981e746dfbf1301e63a 100644 (file)
@@ -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