aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/netconf/newmodel.yang
diff options
context:
space:
mode:
Diffstat (limited to 'netconfsimulator/netconf/newmodel.yang')
-rw-r--r--netconfsimulator/netconf/newmodel.yang9
1 files changed, 9 insertions, 0 deletions
diff --git a/netconfsimulator/netconf/newmodel.yang b/netconfsimulator/netconf/newmodel.yang
new file mode 100644
index 0000000..544f467
--- /dev/null
+++ b/netconfsimulator/netconf/newmodel.yang
@@ -0,0 +1,9 @@
+module newmodel {
+ namespace "http://onap.org/pnf-simulator2";
+ prefix config2;
+ container config2 {
+ config true;
+ leaf item1 {type uint32;}
+ leaf item2 {type uint32;}
+ }
+}