In yang there is a defined field for units that is a string.
Does confd cli do anything with this field? Does it display units when in non tabular format? Does it display units in the help?
leaf max-delay {
type uint32;
units “milliseconds”;
description “Maximum delay in milliseconds.”;
}
Hi Les,
I think this one is answered in How do i use 'units'? which refers to the RFC:
7.3.3. The "units" Statement
The "units" statement, which is optional, takes as an argument a
string that contains a textual definition of the units associated
with the type.
Bottom line, it is pretty much just a comment and not used elsewhere.
Best,
Scott