mdsaltrace utility for debugging
[controller.git] / opendaylight / md-sal / mdsal-trace / api / src / main / yang / mdsaltrace.yang
diff --git a/opendaylight/md-sal/mdsal-trace/api/src/main/yang/mdsaltrace.yang b/opendaylight/md-sal/mdsal-trace/api/src/main/yang/mdsaltrace.yang
new file mode 100644 (file)
index 0000000..ce72da7
--- /dev/null
@@ -0,0 +1,28 @@
+module mdsaltrace {
+    yang-version 1;
+    namespace "urn:opendaylight:params:xml:ns:yang:mdsaltrace";
+    prefix "mdsaltrace";
+
+    organization
+        "Red Hat, Inc.";
+
+    description
+        "Copyright (c) 2016 Red Hat, Inc. and others.  All rights reserved.
+
+        This program and the accompanying materials are made available under the
+        terms of the Eclipse Public License v1.0 which accompanies this distribution,
+        and is available at http://www.eclipse.org/legal/epl-v10.html";
+
+    revision "2016-09-08" {
+        description "Initial revision of mdsaltrace model";
+    }
+
+    container config {
+        leaf-list registration-watches {
+            type string;
+        }
+        leaf-list write-watches {
+            type string;
+        }
+    }
+}