Usage of cli-suppress-no and cli-boolean-no

Hi All,

Requirement is, a leaf which is of Boolean type should appear only if it holds true value. Else, the leaf should not appear.

Can I use below taillf extensions to achieve this?
cli-suppress-no
cli-boolean-no

Thanks in Advance!

You should use tailf:display-when by specifying a XPath expression as an argument to define when the node should be displayed in the CLI and WebUI.

For further help with CLI specific questions, you can file a RT ticket with our support team.

Hi waitai,

Thanks for your response!