sonu gupta | eff184b | 2016-11-24 12:43:49 +0530 | [diff] [blame] | 1 | module augmentSequence1 { |
2 | |||||
3 | yang-version 1; | ||||
4 | |||||
5 | namespace "ydt.augmentSequence1"; | ||||
6 | |||||
7 | prefix "sequence1"; | ||||
8 | |||||
9 | import augmentSequence { | ||||
10 | prefix aug; | ||||
11 | } | ||||
12 | |||||
13 | organization "ON-LAB"; | ||||
14 | |||||
15 | description "This module defines for augmentSequence1 classifier."; | ||||
16 | |||||
17 | revision "2016-05-24" { | ||||
18 | description "Initial revision."; | ||||
19 | } | ||||
20 | |||||
21 | augment "/aug:l1" { | ||||
22 | container c1 { | ||||
23 | leaf leaf2 { | ||||
24 | type int8; | ||||
25 | } | ||||
26 | } | ||||
27 | } | ||||
28 | } |