From: Tomek Mrugalski Date: Tue, 13 Aug 2019 15:33:51 +0000 (+0200) Subject: [#150] Basic documentation added. X-Git-Tag: Kea-1.6.0~41^2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3d60af36d57905a068cb95f6122750aec21e1d;p=thirdparty%2Fkea.git [#150] Basic documentation added. --- diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index 8b8bae4f57..31e1744c3b 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -213,6 +213,11 @@ This does not apply to the KNOWN or UNKNOWN classes. +-----------------------+-------------------------------+-----------------------+ | Option existence | option[123].exists | 'true' | +-----------------------+-------------------------------+-----------------------+ + | Binary content of the | option[12].option[34].hex | '(content of the | + | sub-option | | sub-option)' | + +-----------------------+-------------------------------+-----------------------+ + | Sub-Option existence | option[12].option[34].exists | 'true' | + +-----------------------+-------------------------------+-----------------------+ | Client class | member('foobar') | 'true' | | membership | | | +-----------------------+-------------------------------+-----------------------+