]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
allow 'length=uint16' as a flag
authorAlan T. DeKok <aland@freeradius.org>
Thu, 31 Oct 2019 19:06:48 +0000 (15:06 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 31 Oct 2019 19:30:24 +0000 (15:30 -0400)
commitfa8eef571e43c7ffd6de7d51865b67f67f6fc523
treebec6ed8151bb412afa32bf658088ac52dbde2be0
parentdd5236b7af0f5d0675595d24878136f2ca6bbda6
allow 'length=uint16' as a flag

This is mainly for DHCPv6, but it allows us to auto-encode lengths
inside of structs too, which wasn't previously possible.
src/lib/util/dict.h
src/lib/util/dict_print.c
src/lib/util/dict_tokenize.c
src/lib/util/dict_validate.c