File: sm-extension.yang

package info (click to toggle)
libyang 5.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,344 kB
  • sloc: ansic: 131,300; xml: 751; sh: 448; tcl: 325; makefile: 24
file content (17 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module sm-extension {
  yang-version 1.1;
  namespace "urn:sm-ext";
  prefix "sm-ext";

  list tlist {
    key "name";
    leaf name {
      type uint32;
    }
  }
  container tcont {
    leaf tleaf {
      type uint32;
    }
  }
}