sonu gupta | eff184b | 2016-11-24 12:43:49 +0530 | [diff] [blame] | 1 | module augment2 { |
2 | |||||
3 | yang-version 1; | ||||
4 | |||||
5 | namespace "ydt.augment2"; | ||||
6 | |||||
7 | prefix "aug"; | ||||
8 | |||||
9 | organization "ON-LAB"; | ||||
10 | |||||
11 | description "This module defines for augmentNetwork classifier."; | ||||
12 | |||||
13 | revision "2016-05-24" { | ||||
14 | description "Initial revision."; | ||||
15 | } | ||||
16 | |||||
17 | container aug { | ||||
18 | container aug { | ||||
19 | leaf aug { | ||||
20 | type string; | ||||
21 | } | ||||
22 | } | ||||
23 | } | ||||
24 | |||||
25 | augment "/aug:" { | ||||
26 | description | ||||
27 | "Add container to the augment2 model."; | ||||
28 | leaf aug1 { | ||||
29 | type string; | ||||
30 | } | ||||
31 | } | ||||
32 | } |