X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmdsal-trace%2Fapi%2Fsrc%2Fmain%2Fyang%2Fmdsaltrace.yang;fp=opendaylight%2Fmd-sal%2Fmdsal-trace%2Fapi%2Fsrc%2Fmain%2Fyang%2Fmdsaltrace.yang;h=ce72da750811bea070d51aa69ff7aa3130e2bfe3;hp=0000000000000000000000000000000000000000;hb=0aae219a77e306178b6ea184fa3cbd8ad98e6bce;hpb=e222d9f4a5b6957853cff9cf73987e6ce0ae3b24 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 index 0000000000..ce72da7508 --- /dev/null +++ b/opendaylight/md-sal/mdsal-trace/api/src/main/yang/mdsaltrace.yang @@ -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; + } + } +}