* Added cligen variable translation.

* See FAQ and example
This commit is contained in:
Olof hagsand 2018-05-28 22:50:22 +02:00
parent b230215eaf
commit cfe4702069
6 changed files with 65 additions and 1 deletions

View file

@ -11,6 +11,12 @@ module example {
}
description
"Example code that includes ietf-ip and ietf-routing";
/* Translation function example - See also example_cli */
list translate{
leaf value{
type string;
}
}
rpc client-rpc {
description "Example local client-side RPC that is processed by the
the netconf/restconf and not sent to the backend.