From fa3d60af36d57905a068cb95f6122750aec21e1d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 13 Aug 2019 17:33:51 +0200 Subject: [PATCH] [#150] Basic documentation added. --- doc/sphinx/arm/classify.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 | | | +-----------------------+-------------------------------+-----------------------+ -- 2.47.2