File: test-cont-dev.yang

package info (click to toggle)
sysrepo 4.5.1-1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 6,824 kB
  • sloc: ansic: 86,774; sh: 145; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
module test-cont-dev {
    yang-version 1.1;
    namespace "urn:test-cont-dev";
    prefix tcd;
    import test-cont {
        prefix td;
    }
    deviation /td:acls/td:attachment-points { deviate not-supported; }
}