aboutsummaryrefslogtreecommitdiffstats
path: root/example/example_models/example-module-2.yang
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_models/example-module-2.yang')
-rw-r--r--example/example_models/example-module-2.yang9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/example_models/example-module-2.yang b/example/example_models/example-module-2.yang
new file mode 100644
index 0000000..1b101e5
--- /dev/null
+++ b/example/example_models/example-module-2.yang
@@ -0,0 +1,9 @@
+module example-module-2 {
+ namespace "http://onap.org/example-module-2";
+ prefix config;
+ container config {
+ config true;
+ leaf itemValue1 {type uint32;}
+ leaf itemValue2 {type uint32;}
+ }
+}