Vidyashree Rama | 4066d71 | 2017-01-16 12:20:47 +0530 | [diff] [blame] | 1 | module deviation-module3 { |
2 | yang-version 1; | ||||
3 | namespace test:deviation3; | ||||
4 | prefix On; | ||||
5 | import "Test2" { | ||||
6 | prefix "t"; | ||||
7 | } | ||||
8 | deviation /t:ospf/t:process-id { | ||||
9 | description "desc"; | ||||
10 | reference "ref"; | ||||
11 | deviate replace { | ||||
12 | type int8; | ||||
13 | units "units"; | ||||
14 | default "0"; | ||||
15 | config "true"; | ||||
16 | mandatory "true"; | ||||
17 | min-elements 0; | ||||
18 | max-elements 3; | ||||
19 | } | ||||
20 | } | ||||
21 | } |