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