summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module2.yang
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-23 09:41:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-23 09:41:28 +0000
commit76ffd5ce84e4adb412833c8186fc6b26b656947f (patch)
tree11da7c12c05e9d2a85ec40022d43a970184bb867 /tools/lint/examples/module2.yang
parentInitial commit. (diff)
downloadlibyang3-06e61e9ae84af90e5c265180bea8362c969c8bdc.tar.xz
libyang3-06e61e9ae84af90e5c265180bea8362c969c8bdc.zip
Adding upstream version 3.1.0.upstream/3.1.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/lint/examples/module2.yang')
-rw-r--r--tools/lint/examples/module2.yang5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lint/examples/module2.yang b/tools/lint/examples/module2.yang
new file mode 100644
index 0000000..c87c764
--- /dev/null
+++ b/tools/lint/examples/module2.yang
@@ -0,0 +1,5 @@
+module module2 {
+ namespace "urn:yanglint:module";
+ prefix m;
+ leaf m { ttype string; }
+}