blob: 801b9ecf037b21e3bfecbed87429be5572c48e79 [file] [log] [blame]
Vidyashree Rama3c586732017-05-12 19:48:07 +05301module TestUnknown {
2 yang-version 1;
3 namespace http://huawei.com/unknown;
4 prefix Ant {
5 abc:statistics {
6 xyz:stats;
7 }
8 }
9 container nacm {
10 abc:statistics;
11 leaf enable-nacm {
12 abc:statistics;
13 type boolean;
14 }
15 }
16 list nacm1 {
17 abc:statistics;
18 config false;
19 leaf read-default {
20 type boolean;
21 description RFC:6020:;
22 }
23 }
24}