blob: 9068050075074458b31dc37a7ae7e3e953f1b1c7 [file] [log] [blame]
Vidyashree Rama4066d712017-01-16 12:20:47 +05301module Test {
2 yang-version 1;
3 namespace urn:ietf:params:xml:ns:yang:ietf-ospf;
4 prefix On;
5 deviation /base:system/base:daytime {
6 description "desc";
7 reference "ref";
8 deviate not-supported;
9 deviate replace {
10 type int8;
11 units "units";
12 default "0";
13 config "true";
14 mandatory "true";
15 min-elements 0;
16 max-elements 3;
17 }
18 }
19}