File: test-cont-dev.yang

package info (click to toggle)
sysrepo 3.7.11-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,720 kB
  • sloc: ansic: 85,593; 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; }
}