Moved hello example to [clixon-examples](https://github.com/clicon/clixon-examples)

This commit is contained in:
Olof hagsand 2020-03-11 11:41:24 +01:00
parent adbb683329
commit d7972ff311
17 changed files with 208 additions and 383 deletions

View file

@ -28,16 +28,13 @@ module clixon-example {
base if:interface-type;
}
/* Translation function example - See also example_cli */
container translate{
description "dont have lists directly under top since restconf cant address list directly";
list translate{
key k;
leaf k{
type string;
}
leaf value{
type string;
}
list translate{
key k;
leaf k{
type string;
}
leaf value{
type string;
}
}
/* State data (not config) for the example application*/