blob: 3cce4c5077a24d5f91b27bc4a922cca2ca53fd7d [file] [log] [blame]
Vidyashree Rama4066d712017-01-16 12:20:47 +05301module deviation-module {
2 yang-version 1;
3 namespace test:deviation;
4 prefix On;
5 import "Test2" {
6 prefix "t";
7 }
8 deviation /t:ospf {
9 description "desc";
10 reference "ref";
11 deviate not-supported;
12 }
13
14 deviation /t:valid/t:invalid-interval {
15 description "desc";
16 reference "ref";
17 deviate not-supported;
18 }
19}