blob: aba3c177d0dce418ecd6163682dbefd6771bd9df [file] [log] [blame]
sonu guptaeff184b2016-11-24 12:43:49 +05301module 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}