Code Review
/
netconf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c404aeb8af086f582a7f23f3aecdf14df77dc753
[netconf.git]
/
1
module serializer-test-included {
2
namespace "serializer:test:included";
3
prefix "sti";
4
yang-version 1;
5
6
revision 2016-06-06 {
7
description
8
"Initial revision.";
9
}
10
11
list augmented-list {
12
key list-key;
13
14
leaf list-key {
15
type uint16;
16
}
17
18
leaf list-value {
19
type string;
20
}
21
}
22
}